fix(fe): style notifications acceptably for now

This commit is contained in:
Gregor Kleen 2019-06-15 12:46:36 +02:00
parent 28dcc8dc37
commit fc80f08724

View File

@ -565,6 +565,7 @@ section {
color: var(--color-dark);
box-shadow: 0 0 4px 2px inset currentColor;
padding-left: 20%;
min-height: 100px;
&::before {
content: 'i';
@ -579,6 +580,10 @@ section {
justify-content: center;
}
}
.form-group__input > .notification {
margin: 0;
}
@media (max-width: 768px) {