p5.js-web-editor/client/styles/components/_timer.scss

11 lines
247 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;
&.timer__saved-time--notOwner {
display: none;
}
}