From 8f6e26cf44d6b4df26404c9a3070b7c2c7d2194b Mon Sep 17 00:00:00 2001 From: object Date: Sat, 13 Aug 2022 19:33:50 +0000 Subject: [PATCH] Added scss for image counter monsterplant --- src/common/index.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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;