Created
November 7, 2016 20:11
-
-
Save chancesmith/663f5d83678ddcca0583ae0ab41d7ae3 to your computer and use it in GitHub Desktop.
Bootstrap alert top notification bar + cookie set after closed
This file contains 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
#noty-holder{ | |
width: 100%; | |
top: 0; | |
font-weight: bold; | |
z-index: 1031; /* Max Z-Index in Fixed Nav Menu is 1030*/ | |
text-align: center; | |
position: fixed; | |
.alert{ | |
margin-bottom: 2px; | |
border-radius: 0px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment