made typedocs-title badge inline
This commit is contained in:
parent
59035e2190
commit
e4f3c39bcb
3 changed files with 27 additions and 19 deletions
|
@ -47,19 +47,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.typedocs-title {
|
||||
letter-spacing: 0.012rem;
|
||||
|
||||
& a {
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.5s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#injectedMd {
|
||||
&>p:not(:first-child) {
|
||||
margin-block: 0.724rem;
|
||||
|
|
|
@ -1,3 +1,22 @@
|
|||
.typedocs-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-block: 0 !important;
|
||||
}
|
||||
|
||||
.typedocs-title-text {
|
||||
letter-spacing: 0.012rem;
|
||||
|
||||
& a {
|
||||
opacity: 0.6;
|
||||
transition: opacity 0.5s;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.typedata-title {
|
||||
margin-bottom: 1.618rem;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue