Alert styling fixes.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user