Notification style fix

This commit is contained in:
Kristof De Langhe
2018-05-15 11:34:45 +02:00
parent c712ae789e
commit cdf707bfea
7 changed files with 34 additions and 14 deletions

View File

@@ -1,5 +1,11 @@
@import '../../../../styles/variables.scss';
.alert {
display: inline-block;
min-width: $modal-sm;
text-align: left;
}
.close {
outline: none !important
}