@@ -17,4 +17,6 @@
@import "components/notifications";
-@import "components/switch";
+@import "components/switch";
+
+@import '~bootstrap-vue/dist/bootstrap-vue.css';
@@ -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;
}