10 lines
173 B
SCSS
10 lines
173 B
SCSS
@import './colors.scss';
|
|
|
|
.stolen-data-container {
|
|
padding-top: .5rem;
|
|
span {
|
|
color: $mid-grey;
|
|
font-size: 0.75rem;
|
|
font-weight: 600;
|
|
}
|
|
} |