mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
26190da566
Compile CSS using webpack GitOrigin-RevId: 489834038667dde572ea5d9b4b9392b362259a09
9 lines
No EOL
121 B
Text
9 lines
No EOL
121 B
Text
// Colors
|
|
.icon-accent {
|
|
color: @accent-color-secondary!important;
|
|
}
|
|
|
|
// Sizes
|
|
.icon-lg {
|
|
font-size: @font-size-h1;
|
|
} |