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-content {
- height: 550px;
- max-width: 100%;
- margin: 0 auto 0;
- }
- #binkies-color-switcher {
- display: flex;
- justify-content: center;
- }
- .binkies-color-swatch {
- font-family: Google-Oswald;
- font-size: 1em;
- color: #616161;
- cursor: pointer;
- display: inline-flex;
- align-items: center;
- height: 2em;
- padding: .5em .5em .5em 4px;
- background-color: white;
- }
- .binkies-color-swatch:before {
- display: inline-block;
- content: "";
- width: 3px;
- height: calc(2em - 8px);
- margin-right: 4px;
- }
- .binkies-color-swatch.selected {
- background-color: #eee;
- }
- .binkies-color-swatch.selected:before {
- background-color: #6d6d6d;
- }
Add Comment
Please, Sign In to add comment