Update sass

This commit is contained in:
Daniel Supernault 2019-08-29 19:32:13 -06:00
parent 616b594f98
commit 31b6a993c1
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 6 additions and 1 deletions

View File

@ -25,4 +25,4 @@
@import '~vue-loading-overlay/dist/vue-loading.css';
@import "moment";
@import "moment";

View File

@ -534,6 +534,11 @@ details summary::-webkit-details-marker {
color:#B8C2CC !important;
}
.btn-outline-lighter {
color: #B8C2CC !important;
border-color: #B8C2CC !important;
}
.cursor-pointer {
cursor: pointer;
}