2016-11-09 17:52:14 +00:00
|
|
|
.timer__saved-time {
|
|
|
|
@include themify() {
|
|
|
|
color: getThemifyVariable('inactive-text-color');
|
|
|
|
}
|
|
|
|
font-size: #{12 / $base-font-size}rem;
|
|
|
|
padding-right: #{30 / $base-font-size}rem;
|
2017-01-13 16:55:13 +00:00
|
|
|
&.timer__saved-time--notOwner {
|
|
|
|
display: none;
|
|
|
|
}
|
2016-11-09 17:52:14 +00:00
|
|
|
}
|