Last active
February 3, 2020 19:11
-
-
Save kerminz/b8ab484012583c80a4dc89c8be5dbc99 to your computer and use it in GitHub Desktop.
AB Rocket Onboarding Modal Style
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
.banner-bottom { | |
position: fixed; | |
left: 0px; | |
top: 0px; | |
height: 55px; | |
width: 100%; | |
color: #fff; | |
background: #001429; | |
z-index: 1333333337!important; | |
} | |
.banner-bottom-content { | |
padding-top: 15px; | |
text-align: center; | |
} | |
.banner-bottom-content > span { | |
vertical-align: middle; | |
font-family: "Open Sans", sans-serif; | |
font-weight: 600; | |
font-style: normal; | |
font-size: 16px; | |
text-align: left; | |
} | |
.banner-bottom-content > a { | |
height: 32px; | |
line-height: 0.5rem; | |
vertical-align: middle; | |
margin-left: 5px; | |
} | |
.banner-close { | |
position: absolute !important; | |
right: 15px !important; | |
bottom: 18px !important; | |
margin: 0 !important; | |
padding: 0 !important; | |
font-family: "Open Sans", sans-serif; | |
font-weight: 700; | |
font-style: normal; | |
font-size: 16px; | |
text-align: left; | |
cursor: pointer; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment