Skip to content

Instantly share code, notes, and snippets.

@kerminz
Last active February 3, 2020 19:11
Show Gist options
  • Save kerminz/b8ab484012583c80a4dc89c8be5dbc99 to your computer and use it in GitHub Desktop.
Save kerminz/b8ab484012583c80a4dc89c8be5dbc99 to your computer and use it in GitHub Desktop.
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