Finish Banner-Alert

This commit is contained in:
2022-09-07 10:36:57 -04:00
parent e8d9853de6
commit 248a5f437c
5 changed files with 63 additions and 13 deletions
+31 -8
View File
@@ -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 {