parent
912072d2e5
commit
997d744cea
9 changed files with 59 additions and 4 deletions
|
@ -46,6 +46,29 @@ body {
|
|||
sans-serif;
|
||||
}
|
||||
|
||||
&.content-font-size {
|
||||
&__large {
|
||||
--content-font-size: 18px;
|
||||
--content-line-height: 27px;
|
||||
--detail-content-font-size: 25px;
|
||||
--detail-content-line-height: 32px;
|
||||
}
|
||||
|
||||
&__x_large {
|
||||
--content-font-size: 22px;
|
||||
--content-line-height: 30px;
|
||||
--detail-content-font-size: 30px;
|
||||
--detail-content-line-height: 39px;
|
||||
}
|
||||
|
||||
&__xx_large {
|
||||
--content-font-size: 30px;
|
||||
--content-line-height: 44px;
|
||||
--detail-content-font-size: 40px;
|
||||
--detail-content-line-height: 52px;
|
||||
}
|
||||
}
|
||||
|
||||
&.app-body {
|
||||
padding: 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue