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

131744 apply style to input-group

soumaeda 2 лет назад
Родитель
Сommit
df429d9182
1 измененных файлов с 35 добавлено и 0 удалено
  1. 35 0
      apps/app/src/components/Layout/NoLoginLayout.module.scss

+ 35 - 0
apps/app/src/components/Layout/NoLoginLayout.module.scss

@@ -159,6 +159,23 @@
         }
       }
     }
+
+    .input-group {
+      .input-group-text {
+        color: darken(white, 30%);
+        background-color: rgba(bs.$gray-700, 0.7);
+      }
+
+      .form-control {
+        color: white;
+        background-color: rgba(bs.$gray-600, 0.7);
+        box-shadow: unset;
+
+        &::placeholder {
+          color: darken(white, 30%);
+        }
+      }
+    }
   }
 }
 
@@ -193,5 +210,23 @@
         }
       }
     }
+
+    .input-group {
+      .input-group-text {
+        color: darken(white, 30%);
+        background-color: rgba($gray-700, 0.7);
+      }
+
+      .form-control {
+        color: white;
+        background-color: rgba(#505050, 0.7);
+        box-shadow: unset;
+
+        &::placeholder {
+          color: darken(white, 30%);
+        }
+      }
+    }
+
   }
 }