changing help and feedback dropdown placement, size, color

pull/2/head
Rebecca Hollis 5 years ago
parent cabff002b4
commit 5e86195d24

@ -24,8 +24,8 @@
</a> </a>
<nav class="my-2 my-md-0 mr-md-3"> <nav class="my-2 my-md-0 mr-md-3">
<div class="helpdropdown"> <div class="helpdropdown">
<a class="p-2 text-navbartext" href="#" role="button" id="helpdropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Help</a> <a class="p-2 text-navbartext" href="#" role="button" id="helpdropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-offset="-75,4">Help</a>
<div class="dropdown-menu" aria-labelledby="dropdownMenuLink"> <div class="dropdown-menu" aria-labelledby="dropdownMenuOffset">
<a class="dropdown-item" href="#">About the Resource Center</a> <a class="dropdown-item" href="#">About the Resource Center</a>
<a class="dropdown-item" href="#">Searches</a> <a class="dropdown-item" href="#">Searches</a>
<a class="dropdown-item" href="#">Categories</a> <a class="dropdown-item" href="#">Categories</a>
@ -51,7 +51,7 @@
<label for="DropdownFeedbackMessage">Message</label> <label for="DropdownFeedbackMessage">Message</label>
<input type="email" class="form-control" id="DropdownFeedbackEmail" placeholder="Type message here"> <input type="email" class="form-control" id="DropdownFeedbackEmail" placeholder="Type message here">
</div> </div>
<button type="submit" class="btn btn-primary">Submit</button> <button type="submit" class="btn btn-feedbacksubmitbutton text-feedbacksubmitbuttontext">Submit</button>
</form> </form>
</div> </div>

@ -128,5 +128,31 @@ body {
outline: none; outline: none;
} }
.helpdropdown .dropdown-menu {
background-color: map-get($theme-colors, menudropdownfill);
font-size: 15px;
margin-bottom: 9px;
color: map-get($theme-colors, activetextaccordion) !important;
box-shadow: -1 1 3 1 #cccccc;
}
.feedbackdropdown .dropdown-menu {
background-color: map-get($theme-colors, menudropdownfill);
font-size: 15px;
margin-bottom: 9 px;
color: map-get($theme-colors, activetextaccordion);
box-shadow: -1 1 3 1 #cccccc;
}
#DropdownFeedbackEmail {
background-color: map-get($theme-colors, feedbackmessagefill);
border: 1px solid;
border-color: map-get($theme-colors, feedbackmessageborder);
color: map-get($theme-colors, searchfont);
}
.form-control::-webkit-input-placeholder {
color: map-get($theme-colors, feedbackmessagehint) !important;
}

@ -34,6 +34,12 @@ $theme-colors: (
"footertext": #787572, "footertext": #787572,
"chevronup": #787572, "chevronup": #787572,
"chevrondown": #9d9d9d, "chevrondown": #9d9d9d,
"menudropdownfill": #4e4e56,
"feedbacksubmitbutton": #0c218c,
"feedbacksubmitbuttontext": #d9d2d2,
"feedbackmessagefill": #3c3c42,
"feedbackmessageborder": #363434,
"feedbackmessagehint": #787572,
); );
.theme-button{ .theme-button{

@ -1,8 +1,8 @@
$theme-colors: ( $theme-colors: (
"primary": #ffffff, "primary": #fdfdfd,
"secondary": #e5e5e5, "secondary": #dcdcdc,
"success": #0B031C, "success": #0B031C,
"info": #ffffff, "info": #f9f9f9,
"warning": #700000, "warning": #700000,
"navbartext": #121213, "navbartext": #121213,
"navbartextfeather": #323233, "navbartextfeather": #323233,
@ -14,7 +14,7 @@ $theme-colors: (
"activecardfont": #e1e4e8, "activecardfont": #e1e4e8,
"searchhint": #c0c2c6, "searchhint": #c0c2c6,
"searchfont": #2c2c2c, "searchfont": #2c2c2c,
"sidebarfill": #f6f6f6, "sidebarfill": #efefef,
"sidebartext": #545455, "sidebartext": #545455,
"searchbuttonfill": #f6f6f6, "searchbuttonfill": #f6f6f6,
"searchicon": #545455, "searchicon": #545455,
@ -25,7 +25,7 @@ $theme-colors: (
"paragraphtextcolor": #434344, "paragraphtextcolor": #434344,
"paragraphtextcolorhover": #ffffff, "paragraphtextcolorhover": #ffffff,
"themebuttonoutline": #434344, "themebuttonoutline": #434344,
"inactiveaccordion": #f6f6f6, "inactiveaccordion": #efefef,
"activeaccordion": #ffffff, "activeaccordion": #ffffff,
"inactivetextaccordion": #434344, "inactivetextaccordion": #434344,
"activetextaccordion": #434344, "activetextaccordion": #434344,
@ -35,6 +35,12 @@ $theme-colors: (
"footertext": #434344, "footertext": #434344,
"chevronup": #434344, "chevronup": #434344,
"chevrondown": #434344, "chevrondown": #434344,
"menudropdownfill": #ffffff,
"feedbacksubmitbutton": #099f4a,
"feedbacksubmitbuttontext": #ffffff,
"feedbackmessagefill": #efefef,
"feedbackmessageborder": #dbdbdb,
"feedbackmessagehint": #c0c2c6,
); );
.theme-button{ .theme-button{

Loading…
Cancel
Save