diff --git a/src/common/index.scss b/src/common/index.scss index 3a08bf3c..9178bec6 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -299,6 +299,19 @@ } } +.nitro-counter-time { + width: 36px; + height: 28px; + background: url("../assets/images/infostand/countown-timer.png"); + + div { + line-height: 28px; + text-align: center; + color: $white; + font-weight: bold; + } +} + .avatar-image { position: relative; width: 90px;