mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
10 lines
130 B
CSS
10 lines
130 B
CSS
|
.formula_button_f {
|
||
|
font-size: 1.2rem;
|
||
|
}
|
||
|
|
||
|
.formula_button_x {
|
||
|
font-style: bold;
|
||
|
font-size: 0.9rem;
|
||
|
line-height: 0.9rem;
|
||
|
}
|