Created
October 6, 2021 07:47
-
-
Save whiteyhat/9f17398752db3d69341467cb26080090 to your computer and use it in GitHub Desktop.
This file contains 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:#D00AAA;} | |
.top-header .timer-row {background: #AAAAAA;} | |
.close-icon {color:#000;} | |
.payment-tabs__slider {background: #D00AAA; } | |
.separatorGem {background: #D00AAA;} | |
.action-button {color: #fff; background-color: #D00AAA;border-color: #D00AAA;} | |
.action-button:hover {background-color: #7faacc;} | |
.action-button:focus, .action-button.focus {color: #fff;background-color: #D00AAA; | |
border-color: #D00AAA;} | |
.action-button:active, .action-button.active, .open>.action-button.dropdown-toggle { color: #fff; background-color: #D00AAA; border-color: #D00AAA;} | |
.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: #D00AAA; border-color: #D00AAA;} | |
.btnGroupLnd button {border: solid 1px #D00AAA;} | |
.btnGroupLnd button.active {background-color: #D00AAA; border-color: #D00AAA;} | |
.btnGroupLnd button:hover {background-color:#7faacc;} | |
.btnGroupLnd button.active:hover {background-color:#D00AAA;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment