determined colors for new search bar and button

pull/2/head
Rebecca Hollis 5 years ago
parent 0ea91de645
commit 07a82635b4

@ -108,7 +108,7 @@ body {
height: 50px;
border: 1px solid;
border-color: map-get($theme-colors, boxborder2);
background-color: map-get($theme-colors, info);
background-color: map-get($theme-colors, searchbuttonfill);
text-align: center;
stroke: map-get($theme-colors, searchicon);
border-radius: 0 25px 25px 0;

@ -2,7 +2,7 @@ $theme-colors: (
"primary": #45454c,
"secondary": #121212,
"success": #808080,
"info": #272727,
"info": #2d2d31,
"warning": #000000,
"navbartext": #808080,
"navbartextfeather": #303033,
@ -15,7 +15,8 @@ $theme-colors: (
"searchhint": #787572,
"searchfont": #bababa,
"sidebarfill": #202023,
"searchicon": #606060,
"searchbuttonfill": #39393f,
"searchicon": #737373,
"sidebartext": #787572,
"webcardimagebackground": #707070,
"webcardimagebackgroundhover": #98928F,

@ -16,6 +16,7 @@ $theme-colors: (
"searchfont": #2c2c2c,
"sidebarfill": #f6f6f6,
"sidebartext": #545455,
"searchbuttonfill": #f6f6f6,
"searchicon": #545455,
"webcardimagebackground": #eeeeee,
"webcardimagebackgroundhover": #f0f0f0,

Loading…
Cancel
Save