This reverts commit 826c183d0b
.
pull/6817/head
parent
12074a0dca
commit
27a4d8ceff
|
@ -191,13 +191,16 @@ export default defineComponent({
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
line-height: 28px;
|
line-height: 28px;
|
||||||
|
color: #8590a6;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: #141414;
|
||||||
}
|
}
|
||||||
.alert-banner {
|
.alert-banner {
|
||||||
|
color: #fff;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.alert-banner a {
|
.alert-banner a {
|
||||||
color: inherit;
|
color: #fff;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.alert-banner .close-icon {
|
.alert-banner .close-icon {
|
||||||
|
|
Loading…
Reference in New Issue