Add button background color

This commit is contained in:
Misty Stanley-Jones 2017-03-02 06:48:59 -08:00
parent 0eddbafa35
commit 0de73185af
1 changed files with 8 additions and 4 deletions

View File

@ -404,6 +404,10 @@ a.button.outline-btn {
margin: 0;
}
.darkblue-btn {
background-color: #0C5176;
}
.outline-btn:hover,
.primary-btn:hover,
.secondary-btn:hover {
@ -1758,11 +1762,11 @@ footer {
/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
and (orientation: landscape) {
.nav-secondary,
.nav-secondary-tabs.affix {
height: 155px;