Просмотр исходного кода

enhance(css): add styles for priority level icons in property component

charlie 2 дней назад
Родитель
Сommit
f6996c5e3e
1 измененных файлов с 9 добавлено и 1 удалено
  1. 9 1
      src/main/frontend/components/property.css

+ 9 - 1
src/main/frontend/components/property.css

@@ -185,7 +185,7 @@
 }
 
 
-.positioned-properties, .property-value-inner {
+.positioned-properties, .property-value-inner, .ls-icon-color-wrap {
   .select-item {
     @apply flex items-center shrink-0;
   }
@@ -193,6 +193,14 @@
   .ls-icon-priorityLvlUrgent {
     @apply text-orange-rx-08;
   }
+
+  .ls-icon-priorityLvlMedium {
+    @apply opacity-80;
+  }
+
+  .ls-icon-priorityLvlLow {
+    @apply opacity-60;
+  }
 }
 
 .property-value-inner {