Last active
April 30, 2018 12:18
-
-
Save ciaranha/e7eb305f034de41385f6dcaa72b4bbbc to your computer and use it in GitHub Desktop.
catapult-custom.scss
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
#catapult-cookie-bar { | |
background: #fff !important; | |
padding: 14px; | |
border-radius: 2px; | |
border: 1px solid #000; | |
font-size: 14px; | |
font-weight: 400; | |
} | |
span.ctcc-right-side { | |
padding-top: 14px; | |
display: block; | |
} | |
button#catapultCookie { | |
background: none; | |
border: 1px solid; | |
border-radius: 30px; | |
padding: 3px 12px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment