From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../gamification/static/src/scss/gamification.scss | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 addons/gamification/static/src/scss/gamification.scss (limited to 'addons/gamification/static/src') diff --git a/addons/gamification/static/src/scss/gamification.scss b/addons/gamification/static/src/scss/gamification.scss new file mode 100644 index 00000000..5139c154 --- /dev/null +++ b/addons/gamification/static/src/scss/gamification.scss @@ -0,0 +1,37 @@ +.o_kanban_gamification { + img.o_kanban_badge_avatars { + width: 30px; + height: 30px; + padding-left: 0; + margin-top: 8px; + border-radius: 2px; + -box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); + object-fit: cover; + } + .o_kanban_content { + .o_goal_state_block { + width: 200px; + height: 130px; + margin: auto; + margin-bottom: -20px; + text-align: center; + .o_goal_state { + font-size: 2.5em; + font-weight: bold; + padding-top: 13px; + } + } + } + .o_kanban_badge_description { + padding-bottom: 15px; + } + .o_red { + color: red; + } + .o_green { + color: green; + } + .o_orange { + color: orange; + } +} -- cgit v1.2.3