mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
28 lines
355 B
SCSS
28 lines
355 B
SCSS
.badge {
|
|
font-weight: 600;
|
|
|
|
display: inline-block;
|
|
padding: 0;
|
|
|
|
background: #585858;
|
|
|
|
margin: 0.25em;
|
|
|
|
span {
|
|
display: inline-block;
|
|
padding: 0.2em 0.4em;
|
|
}
|
|
|
|
&-none {
|
|
font-weight: 600;
|
|
|
|
padding: 0.2em 0.4em;
|
|
background: firebrick;
|
|
|
|
text-align: center;
|
|
|
|
@include smallScreen() {
|
|
font-size: 1em;
|
|
}
|
|
}
|
|
} |