2024-11-05 19:02:31 +01:00
|
|
|
@import 'colors';
|
|
|
|
@import 'constants';
|
2023-03-06 12:23:16 +01:00
|
|
|
|
|
|
|
.label {
|
|
|
|
display: inline-block;
|
|
|
|
padding: 4px $default-spacer;
|
|
|
|
background: $dark-grey;
|
|
|
|
border: 1px solid transparent;
|
2024-11-05 19:02:31 +01:00
|
|
|
color: #ffffff;
|
2023-03-06 12:23:16 +01:00
|
|
|
border-radius: 4px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
2020-07-20 10:46:09 +02:00
|
|
|
}
|