Created
January 16, 2020 18:02
-
-
Save darosior/7f6a164e5aca93e739f59c2a526c4223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.top-header {background-color: #fff;} | |
.top-header .timer-row__progress-bar {background:#ef8022;} | |
.top-header .timer-row {background: #ffc313;} | |
.close-icon {color:#000;} | |
.payment-tabs__slider {background: #ef8022; } | |
.separatorGem {background: #ef8022;} | |
.action-button {color: #fff; background-color: #ef8022;border-color: #ef8022;} | |
.action-button:hover {background-color: #ffc313;} | |
.action-button:focus, .action-button.focus {color: #fff;background-color: #ef8022; | |
border-color: #ef8022;} | |
.action-button:active, .action-button.active, .open>.action-button.dropdown-toggle { color: #fff; background-color: #ef8022; border-color: #ef8022;} | |
.action-button:active:hover, .action-button:active:focus, .action-button:active.focus, .action-button.active:hover, .action-button.active:focus, .action-button.active.focus, .open>.action-button.dropdown-toggle:hover, .open>.action-button.dropdown-toggle:focus, .open>.action-button.dropdown-toggle.focus { color: #fff; background-color: #ef8022; border-color: #ef8022;} | |
.btnGroupLnd button {border: solid 1px #ef8022;} | |
.btnGroupLnd button.active {background-color: #ef8022; border-color: #ef8022;} | |
.btnGroupLnd button:hover {background-color:#ffc313;} | |
.btnGroupLnd button.active:hover {background-color:#ef8022;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment