kaho-y 4 лет назад
Родитель
Сommit
66ae5eaf12
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 9 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -268,6 +268,7 @@ ul.pagination {
     .list-group {
       .list-group-item {
         background-color: transparent;
+
         .grw-tag-label {
           color: $secondary;
           background-color: $gray-200;
@@ -276,6 +277,14 @@ ul.pagination {
         .icon-lock {
           color: $color-link;
         }
+
+        .d-flex.justify-content-between {
+          color: $gray-500;
+
+          svg {
+            fill: $gray-500;
+          }
+        }
       }
     }
   }