fix modal close button style

This commit is contained in:
Thomas Amland
2021-03-28 13:09:43 +02:00
parent 4e8cd1f2e8
commit 38a2fbf791
3 changed files with 11 additions and 0 deletions
+5
View File
@@ -74,3 +74,8 @@ $enable-responsive-font-sizes: true;
@import '~bootstrap';
@import '~bootstrap-vue';
.modal-header .close {
color: $theme-text;
opacity: 1;
}