From 176aac36788d51486b0ca634d1ca3efe09d401ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Sat, 4 Oct 2014 18:31:04 +0200 Subject: [PATCH] feeding the scss-linter :baby_bottle::baby: --- app/styles/modules/common/lightbox.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/styles/modules/common/lightbox.scss b/app/styles/modules/common/lightbox.scss index 3bd0ab8b..301077ff 100644 --- a/app/styles/modules/common/lightbox.scss +++ b/app/styles/modules/common/lightbox.scss @@ -18,6 +18,8 @@ } &.open { @include table-flex(center, center, flex, row, wrap, center); + @include transition (opacity .3s ease); + opacity: 1; } .title { text-align: center; @@ -36,10 +38,6 @@ padding: 12px; text-align: center; } - &.open { - @include transition (opacity .3s ease); - opacity: 1; - } } .markdown-preview {