Updates to design

pull/1/head
Rebecca Hollis 5 years ago
parent 4cc126757c
commit 329a418877

@ -23,11 +23,11 @@
} }
.form-control { .form-control {
color: #c1c0cc; color: #searchfont;
} }
.form-control:focus { .form-control:focus {
color: #c1c0cc; color: #searchfont;
} }
.form-control::-webkit-input-placeholder { color: searchfont; } /* WebKit, Blink, Edge */ .form-control::-webkit-input-placeholder { color: searchfont; } /* WebKit, Blink, Edge */

@ -9,7 +9,7 @@ $theme-colors: (
"activecard": #707070, "activecard": #707070,
"boxborder": #55555c, "boxborder": #55555c,
"activecardfont":#e1e4e8, "activecardfont":#e1e4e8,
"searchfont": #c0c0cc, "searchfont": #808080,
); );
@import "theme-base"; @import "theme-base";

@ -1,15 +1,15 @@
$theme-colors: ( $theme-colors: (
"primary": #393939, "primary": #2c2c2c,
"secondary": #ffffff, "secondary": #e5e5e5,
"success": #0B031C, "success": #0B031C,
"info": #e1e4e8, "info": #ffffff,
"warning": #700000, "warning": #700000,
"inactivecard": #e1e4e8, "inactivecard": #ffffff,
"activecard": #ffffff, "activecard": #002752,
"boxborder": #c0c2c6, "boxborder": #c0c2c6,
"activecardfont":#e1e4e8, "activecardfont":#e1e4e8,
"searchfont": #0B031C, "searchfont": #2c2c2c,
); );
//$font-color: #000; //$font-color: #000;

Loading…
Cancel
Save