add symbol nav left page
This commit is contained in:
parent
15aaf441cd
commit
512d62e5df
6 changed files with 139 additions and 79 deletions
|
|
@ -3,22 +3,20 @@ h3, h4{
|
|||
}
|
||||
h3, h4{
|
||||
font-weight: normal;
|
||||
margin-top: calc(var(--baseline)*0.5);
|
||||
margin-bottom: calc(var(--baseline)*0.5);
|
||||
font-size: var(--font-size);
|
||||
margin-top: calc(var(--baseline)*1);
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
position: relative;
|
||||
font-size: var(--sign-size);
|
||||
font-size: var(--fs-subtitle);
|
||||
color: var(--sign-color);
|
||||
}
|
||||
|
||||
|
||||
.h3-before,
|
||||
.h3-after{
|
||||
|
||||
letter-spacing:var(--sign-spacing);
|
||||
font-size: var(--sign-size);
|
||||
color: var(--sign-color);
|
||||
line-height: var(--sign-baseline);
|
||||
color: var(--sign-color);
|
||||
line-height: var(--sign-baseline);
|
||||
}
|
||||
|
||||
.h3-line {
|
||||
|
|
@ -32,10 +30,12 @@ h3, h4{
|
|||
|
||||
.h3-after{
|
||||
padding-left: 0.75ch;
|
||||
position: relative;
|
||||
left: 6px;
|
||||
}
|
||||
|
||||
.h3-text{
|
||||
background-color: yellow;
|
||||
/* background-color: yellow; */
|
||||
flex-grow: 2;
|
||||
}
|
||||
|
||||
|
|
@ -51,7 +51,8 @@ h3, h4{
|
|||
|
||||
|
||||
.decor-h3_small{
|
||||
left: -16mm;
|
||||
left: -13.5mm;
|
||||
padding-top: 9px;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -61,12 +62,12 @@ h3, h4{
|
|||
}
|
||||
|
||||
.decor-h3_big{
|
||||
right: -22mm;
|
||||
right: -93px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.decor-h3_big div{
|
||||
position: relative;
|
||||
top: calc(var(--baseline)*-5);
|
||||
top: calc(var(--baseline) * -3 - 9px);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue