From 04d6ac6727aaa20d5839e997bc18f48622827c9f Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sun, 8 May 2016 23:09:58 +0200 Subject: [PATCH] Remove unneeded styles related to the none action. --- css/style.css | 14 +------------- sass/style.scss | 13 ------------- 2 files changed, 1 insertion(+), 26 deletions(-) diff --git a/css/style.css b/css/style.css index 9cc9bf9a..bc1a0d15 100644 --- a/css/style.css +++ b/css/style.css @@ -50,19 +50,7 @@ .key-editor--none__description p { padding: 2rem 0; margin: 0; - text-align: center; - font-style: italic; - color: #999; } - -.key-editor--none__description .icon { - font-size: 5rem; - color: #feefef; - position: absolute; - z-index: 0; - left: 50%; - margin-left: -2.5rem; - top: 50%; - margin-top: -2.5rem; } + text-align: center; } .select2-item { position: relative; diff --git a/sass/style.scss b/sass/style.scss index 51b95cb9..bde17dce 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -72,19 +72,6 @@ padding: 2rem 0; margin: 0; text-align: center; - font-style: italic; - color: #999; - } - - .icon { - font-size: 5rem; - color: #feefef; - position: absolute; - z-index: 0; - left: 50%; - margin-left: -2.5rem; - top: 50%; - margin-top: -2.5rem; } }