fix(css): restore close svg defaults

This commit is contained in:
Sabe Jones
2018-12-19 06:58:56 -06:00
parent 55a452694f
commit add3a2887f
2 changed files with 6 additions and 1 deletions

View File

@@ -190,6 +190,11 @@ div
<style lang='scss'>
@import '~client/assets/scss/colors.scss';
.closepadding span svg path {
stroke: #FFF;
opacity: 0.48;
}
/* @TODO: The modal-open class is not being removed. Let's try this for now */
.modal {
overflow-y: scroll !important;