AB Rocket Onboarding Modal Style
.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