From abb85a30923f7b4f6375012afb9902b1b912c0d1 Mon Sep 17 00:00:00 2001 From: Thomas Cazade Date: Fri, 15 Dec 2017 16:15:14 +0100 Subject: [PATCH] Fixed imports in models.less which breaks the gulp build --- src/modals.less | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/modals.less b/src/modals.less index fbd66cb..efb03d0 100644 --- a/src/modals.less +++ b/src/modals.less @@ -1,3 +1,7 @@ +@import './colors.less'; +@import './container.less'; +@import './utilities.less'; + .translate(@x; @y) { -webkit-transform: translate(@x, @y); -ms-transform: translate(@x, @y); @@ -15,24 +19,24 @@ } .modal{ - + &:before{ - content: ""; + content: ""; display: none; background: rgba(0,0,0,.6); position: fixed; - top: 0; left: 0; right: 0; bottom: 0; + top: 0; left: 0; right: 0; bottom: 0; z-index: 10; } &:target{ - + &:before{ display: flex; - } + } .modal-body{ - .translate(0, 0); - top: 20%; + .translate(0, 0); + top: 20%; } } @@ -65,7 +69,7 @@ &:hover{ color: @muted; } - + } .modal-title, h4 {