@asd20/ui 3.2.496 → 3.2.497
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -205,6 +205,22 @@ export default {
|
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
}
|
|
208
|
+
// .notification-group--banner {
|
|
209
|
+
// text-shadow: 0px 0px 5px black !important;
|
|
210
|
+
// }
|
|
211
|
+
|
|
212
|
+
// .asd20-notification.asd20-notification--banner {
|
|
213
|
+
// background: #000000 !important;
|
|
214
|
+
// border-left: 25px solid #4b757e !important;
|
|
215
|
+
// }
|
|
216
|
+
// .asd20-notification--alert.asd20-notification--banner {
|
|
217
|
+
// background: #000000 !important;
|
|
218
|
+
// border-left: 25px solid #dabf50 !important;
|
|
219
|
+
// }
|
|
220
|
+
// .asd20-notification--emergency.asd20-notification--banner {
|
|
221
|
+
// background: #000000 !important;
|
|
222
|
+
// border-left: 25px solid #da2e0b !important;
|
|
223
|
+
// }
|
|
208
224
|
|
|
209
225
|
@media (min-width: 667px) {
|
|
210
226
|
.asd20-district-video-template {
|