fix(fe): style notifications acceptably for now
This commit is contained in:
parent
28dcc8dc37
commit
fc80f08724
@ -565,6 +565,7 @@ section {
|
|||||||
color: var(--color-dark);
|
color: var(--color-dark);
|
||||||
box-shadow: 0 0 4px 2px inset currentColor;
|
box-shadow: 0 0 4px 2px inset currentColor;
|
||||||
padding-left: 20%;
|
padding-left: 20%;
|
||||||
|
min-height: 100px;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: 'i';
|
content: 'i';
|
||||||
@ -579,6 +580,10 @@ section {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-group__input > .notification {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user