Update custom sass

This commit is contained in:
Daniel Supernault 2019-01-31 13:21:40 -07:00
parent ebaa9980cd
commit 87cc3103cd
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 11 additions and 0 deletions

View File

@ -472,3 +472,14 @@ details summary::-webkit-details-marker {
object-fit: cover;
}
}
#l-modal .modal-body,
#s-modal .modal-body {
height: 60vh;
overflow-y: scroll;
}
#l-modal .modal-content,
#s-modal .modal-content {
border-radius: 0;
}