9 lines
111 B
Plaintext
9 lines
111 B
Plaintext
// Colors
|
|
.icon-accent {
|
|
color: @accent-color-secondary;
|
|
}
|
|
|
|
// Sizes
|
|
.icon-lg {
|
|
font-size: @font-size-h1;
|
|
} |