forked from EVOgeek/Vmeda.Online
15 lines
268 B
SCSS
15 lines
268 B
SCSS
:host {
|
|
.core-timer {
|
|
--background: transparent !important;
|
|
border-radius: var(--big-radius);
|
|
|
|
.core-timer-time-left, .core-timesup {
|
|
font-weight: bold;
|
|
}
|
|
|
|
span {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|