Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #binkies-container, #binkies-container-waiting-on-click
- {
- display: none;
- width: 100%;
- position: relative;
- }
- #binkies-container {
- padding-bottom: 20px;
- background-color: var(--color-body-background);
- }
- #binkies-content {
- height: 550px;
- max-width: 100%;
- margin: 0 auto 0;
- background-color: var(--color-card-backgorund);
- }
- #binkies-color-switcher {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- padding-bottom: 10px;
- background-color: var(--color-card-backgorund);
- }
- .binkies-color-swatch {
- font: 700 15px sans-serif;
- color: var(--color-tab-text, #616161);
- cursor: pointer;
- display: inline-flex;
- align-items: center;
- height: 2em;
- padding: .5em .5em .5em 4px;
- }
- .binkies-color-swatch:before {
- display: inline-block;
- content: "";
- width: 3px;
- height: calc(2em - 8px);
- margin-right: 4px;
- }
- .binkies-color-swatch.selected {
- background-color: var(--color-tab-background, #eee);
- }
- .binkies-color-swatch.selected:before {
- background-color: var(--color-header-top-row-background, #6d6d6d);
- }
Add Comment
Please, Sign In to add comment