rentgen/sidebar/stolen-data.scss
Arkadiusz Wieczorek 3736d7332f Improve contrast
2022-02-02 10:33:09 +01:00

10 lines
182 B
SCSS

@import './colors.scss';
.stolen-data-container {
padding-top: .5rem;
span {
color: $ultra-black-color;
font-size: 0.75rem;
font-weight: 600;
}
}