8 lines
190 B
SCSS
8 lines
190 B
SCSS
|
.timer__saved-time {
|
||
|
@include themify() {
|
||
|
color: getThemifyVariable('inactive-text-color');
|
||
|
}
|
||
|
font-size: #{12 / $base-font-size}rem;
|
||
|
padding-right: #{30 / $base-font-size}rem;
|
||
|
}
|