Updates to design

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

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

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

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

Loading…
Cancel
Save