浏览代码

changed style of active clas icons in spoellbook

Warafear 6 月之前
父节点
当前提交
69d0657c50
共有 1 个文件被更改,包括 5 次插入5 次删除
  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;
   }
 }