summaryrefslogtreecommitdiff
path: root/addons/gamification/static/src
diff options
context:
space:
mode:
Diffstat (limited to 'addons/gamification/static/src')
-rw-r--r--addons/gamification/static/src/scss/gamification.scss37
1 files changed, 37 insertions, 0 deletions
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;
+ }
+}