mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
28 lines
296 B
Plaintext
Executable File
28 lines
296 B
Plaintext
Executable File
|
|
.icon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 1.1em;
|
|
height: 1em;
|
|
|
|
&.sm {
|
|
width: 0.8em;
|
|
height: 0.75em;
|
|
}
|
|
|
|
&.tn {
|
|
width: 0.6em;
|
|
height: 0.5em;
|
|
}
|
|
|
|
&.lg {
|
|
width: 1.6em;
|
|
height: 1.5em;
|
|
}
|
|
|
|
&.xl {
|
|
width: 2.1em;
|
|
height: 2em;
|
|
}
|
|
}
|