rentgen/sidebar/stolen-data.scss

10 lines
182 B
SCSS
Raw Normal View History

2022-01-20 19:03:03 +01:00
@import './colors.scss';
.stolen-data-container {
padding-top: .5rem;
span {
2022-02-02 10:33:09 +01:00
color: $ultra-black-color;
2022-01-20 19:03:03 +01:00
font-size: 0.75rem;
font-weight: 600;
}
}