mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
8 lines
128 B
SCSS
8 lines
128 B
SCSS
.legend {
|
|
display: inline-block;
|
|
background: $gray-300;
|
|
width: .75em;
|
|
height: .75em;
|
|
border-radius: $border-radius;
|
|
}
|