mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Small icon & math icon styling
This commit is contained in:
parent
ea18d606c4
commit
9ae92dbeef
1 changed files with 9 additions and 0 deletions
|
@ -293,6 +293,15 @@
|
|||
.formatting-icon {
|
||||
font-style: normal;
|
||||
line-height: 1.5;
|
||||
|
||||
&--small {
|
||||
font-size: small;
|
||||
line-height: 1.9;
|
||||
}
|
||||
|
||||
&--serif {
|
||||
font-family: @font-family-serif;
|
||||
}
|
||||
}
|
||||
|
||||
.formatting-more {
|
||||
|
|
Loading…
Reference in a new issue