Update cascade.css

This commit is contained in:
Bard 2022-08-28 12:21:15 +08:00 committed by GitHub
parent 11e66cedd9
commit 3c1400d89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -721,13 +721,13 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
.alert, .alert,
.alert-message { .alert-message {
font-weight: bold; font-weight: bold;
margin-bottom: 1em;
padding: 1rem; padding: 1rem;
border: 0; border: 0;
border-radius: 0.375rem !important; border-radius: 0.375rem !important;
background-color: #fff; background-color: #fff;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 2px 0 rgba(0, 0, 0, 0.12);
text-shadow: 1px 1px rgba(0, 0, 0, 0.1); text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
margin: 0 1.25rem 1rem 1.25rem;
} }
.alert.error, .alert.error,
.alert-message.error { .alert-message.error {