Alert styling fixes.

This commit is contained in:
codevictory
2021-05-16 20:58:29 +03:00
parent e456641811
commit fe86eb2b28

View File

@@ -8,10 +8,12 @@
@import './pages/privacy.scss'; @import './pages/privacy.scss';
/* Alerts and form errors */ /* Alerts and form errors */
.alert { .alert {
display: flex;
justify-content: center;
padding: 15px; padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
margin-bottom: 20px;
} }
.alert-info { .alert-info {
color: #31708f; color: #31708f;
@@ -29,7 +31,8 @@
border-color: #ebccd1; border-color: #ebccd1;
} }
.alert p { .alert p {
margin-bottom: 0; text-align: center;
margin: 0px;
} }
.alert:empty { .alert:empty {
display: none; display: none;