mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
10 lines
122 B
Plaintext
10 lines
122 B
Plaintext
// Colors
|
|
.icon-accent {
|
|
color: @accent-color-secondary!important;
|
|
}
|
|
|
|
// Sizes
|
|
.icon-lg {
|
|
font-size: @font-size-h1;
|
|
}
|