From d8d592b757214900fde1890d0573bfca6d4e44b9 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 9 Aug 2018 22:02:31 -0600 Subject: [PATCH] Update custom sass --- resources/assets/sass/custom.scss | 37 ++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index f21bbbf77..2957176f8 100644 --- a/resources/assets/sass/custom.scss +++ b/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")) { .border-md-left-0 { border-left:0!important @@ -263,3 +258,35 @@ body, button, input, textarea { 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; +} \ No newline at end of file