Bläddra i källkod

changed style of active clas icons in spoellbook

Warafear 6 månader sedan
förälder
incheckning
69d0657c50
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/app/journal/journal-spellbook/journal-spellbook.component.scss

+ 5 - 5
src/app/journal/journal-spellbook/journal-spellbook.component.scss

@@ -62,15 +62,15 @@
 .icon-active {
   opacity: 1 !important;
   &::after {
-    border: 2px solid #b0826b;
+    border: 3px solid var(--gold-dark);
     content: "";
-    height: 78px;
-    width: 78px;
+    height: 80px;
+    width: 80px;
     display: block;
     border-radius: 50%;
     position: relative;
-    top: -4px;
-    left: -4px;
+    top: -5px;
+    left: -5px;
   }
 }