Finish Banner-Alert
This commit is contained in:
@@ -90,15 +90,17 @@ i {
|
||||
}
|
||||
|
||||
.banner-link {
|
||||
white-space: normal;
|
||||
padding: 20px;
|
||||
background: #000000;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px; /* standards-compliant: (IE) */
|
||||
|
||||
white-space: normal;
|
||||
padding: 20px;
|
||||
margin-top: 16px;
|
||||
background: #000000;
|
||||
background: rgba(0, 0, 0, .5);
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px; /* standards-compliant: (IE) */
|
||||
|
||||
.glyphicon, .fa {
|
||||
color: #8cc641;
|
||||
margin-left: 10px;
|
||||
color: #8cc641;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -111,6 +113,27 @@ a.banner-link:hover {
|
||||
}
|
||||
}
|
||||
|
||||
.banner-alert {
|
||||
white-space: normal;
|
||||
padding: 10px 20px;
|
||||
background: #97b374;
|
||||
-moz-border-radius: 10px;
|
||||
border-radius: 10px; /* standards-compliant: (IE) */
|
||||
|
||||
.fa {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
a.banner-alert:hover {
|
||||
text-decoration: none;
|
||||
background: #6b7f52;
|
||||
}
|
||||
|
||||
$text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.8), 1px 1px 0 rgba(0, 0, 0, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.4);
|
||||
|
||||
h1.headline {
|
||||
|
||||
Reference in New Issue
Block a user