1
0
Daniel Supernault 6 жил өмнө
parent
commit
1881d42b4b

+ 3 - 1
resources/assets/sass/app.scss

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

+ 13 - 0
resources/assets/sass/custom.scss

@@ -331,4 +331,17 @@ details summary::-webkit-details-marker {
 .input-elevated:focus {
 .input-elevated:focus {
   outline: none;
   outline: none;
   box-shadow: 0 4px 10px 0 rgba(0,0,0,0.16);
   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;
 }
 }