Browse Source

smaller navbar font & general form styling

kunickyd 3 years ago
parent
commit
c4676dddfa
2 changed files with 16 additions and 3 deletions
  1. 12 0
      src/assets/scss/_forms.scss
  2. 4 3
      src/assets/scss/styles.scss

+ 12 - 0
src/assets/scss/_forms.scss

@@ -0,0 +1,12 @@
+.input-group {
+    margin-bottom: 1rem;
+}
+
+.input-group-prepend span {
+    padding-right: 18px;
+    padding-left: 18px;
+    border-color: $terciary;
+    color: #F2F2F2;
+    background: $terciary;
+    height: 100%;
+}

+ 4 - 3
src/assets/scss/styles.scss

@@ -2,9 +2,9 @@
 
 @import "/node_modules/bootstrap/scss/bootstrap";
 
-$primary: #174B97 !default;
-$secondary: #727271 !default;
-$terciary: #1B3059 !default;
+$primary: #174B97;
+$secondary: #727271;
+$terciary: #1B3059;
 
 @import "themes";
 @import "fonts";
@@ -13,6 +13,7 @@ $terciary: #1B3059 !default;
 @import "dashboard";
 @import "graph";
 @import "popup-form";
+@import "forms";
 
 .p-tabview .p-tabview-panels {
   color: $terciary;