Update custom sass

This commit is contained in:
Daniel Supernault 2019-02-21 21:05:55 -07:00
parent 6fc752b5ad
commit 80624aea83
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -491,3 +491,11 @@ details summary::-webkit-details-marker {
#s-modal .modal-content { #s-modal .modal-content {
border-radius: 0; border-radius: 0;
} }
.text-lighter {
color:#B8C2CC !important;
}
.cursor-pointer {
cursor: pointer;
}