Update sass

This commit is contained in:
Daniel Supernault 2018-10-21 19:49:42 -06:00
parent dccf50762f
commit 1881d42b4b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
2 changed files with 16 additions and 1 deletions

View File

@ -17,4 +17,6 @@
@import "components/notifications";
@import "components/switch";
@import "components/switch";
@import '~bootstrap-vue/dist/bootstrap-vue.css';

View File

@ -331,4 +331,17 @@ details summary::-webkit-details-marker {
.input-elevated:focus {
outline: none;
box-shadow: 0 4px 10px 0 rgba(0,0,0,0.16);
}
.icon-wrapper {
display: inline-flex;
padding: 14px;
border-radius: 50%;
background: #10c5f8;
background: -webkit-gradient(linear,left top,right bottom,from(#6736dd),to(#10c5f8));
background: linear-gradient(to bottom right,#6736dd,#10c5f8);
}
.border-left-blue {
border-left: 3px solid #10c5f8;
}