From 80624aea83bc0de335e2f44bb27f55e9f5adc05e Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 21 Feb 2019 21:05:55 -0700 Subject: [PATCH] Update custom sass --- resources/assets/sass/custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/assets/sass/custom.scss b/resources/assets/sass/custom.scss index ae6ec9ed4..c6d315f42 100644 --- a/resources/assets/sass/custom.scss +++ b/resources/assets/sass/custom.scss @@ -491,3 +491,11 @@ details summary::-webkit-details-marker { #s-modal .modal-content { border-radius: 0; } + +.text-lighter { + color:#B8C2CC !important; +} + +.cursor-pointer { + cursor: pointer; +}