Skip to content

Instantly share code, notes, and snippets.

@whiteyhat
Created October 6, 2021 07:47
Show Gist options
  • Save whiteyhat/9f17398752db3d69341467cb26080090 to your computer and use it in GitHub Desktop.
Save whiteyhat/9f17398752db3d69341467cb26080090 to your computer and use it in GitHub Desktop.
.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