Browse Source

Update custom sass

Daniel Supernault 7 years ago
parent
commit
d8d592b757
1 changed files with 32 additions and 5 deletions
  1. 32 5
      resources/assets/sass/custom.scss

+ 32 - 5
resources/assets/sass/custom.scss

@@ -173,11 +173,6 @@ body, button, input, textarea {
  }
  }
 }
 }
 
 
-.fas.fa-heart {
-  color: #f70ec4!important;
-}
-
-
 @media (max-width: map-get($grid-breakpoints, "md")) {
 @media (max-width: map-get($grid-breakpoints, "md")) {
   .border-md-left-0 {
   .border-md-left-0 {
     border-left:0!important
     border-left:0!important
@@ -263,3 +258,35 @@ body, button, input, textarea {
   animation-duration: 0.5s;
   animation-duration: 0.5s;
 }
 }
 
 
+.card {
+  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
+  border: none;
+}
+
+.box-shadow {
+  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2);
+}
+
+.border-left-primary {
+  border-left: 3px solid $primary;
+}
+
+.settings-nav .nav-item.active .nav-link {
+  font-weight: bold !important;
+}
+
+details summary::-webkit-details-marker {
+  display: none!important;
+}
+
+.details-animated > summary {
+  display: block;
+  background-color: #ECF0F1;
+  padding-top: 50px;
+  padding-bottom: 50px;
+  text-align: center;
+}
+
+.details-animated[open] > summary {
+  display: none!important;
+}