From 2eadf72fb772b5b6bd32f04c9d439cc0f1ab0453 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Mon, 14 Aug 2017 10:31:27 +0200 Subject: Lint and cleanup all scss --- ui/app/css/itcss/generic/index.scss | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'ui/app/css/itcss/generic/index.scss') diff --git a/ui/app/css/itcss/generic/index.scss b/ui/app/css/itcss/generic/index.scss index a0ce312cc..a1ffa98a3 100644 --- a/ui/app/css/itcss/generic/index.scss +++ b/ui/app/css/itcss/generic/index.scss @@ -8,12 +8,13 @@ box-sizing: border-box; } -html, body { +html, +body { font-family: 'Montserrat Regular', Arial; - color: #4D4D4D; + color: #4d4d4d; font-weight: 300; line-height: 1.4em; - background: #F7F7F7; + background: #f7f7f7; width: 100%; height: 100%; margin: 0; @@ -26,17 +27,19 @@ html { .app-root { overflow: hidden; - position: relative + position: relative; } .app-primary { display: flex; } -input:focus, textarea:focus { +input:focus, +textarea:focus { outline: none; } +/* stylelint-disable */ #app-content { overflow-x: hidden; min-width: 357px; @@ -44,18 +47,19 @@ input:focus, textarea:focus { display: flex; flex-direction: column; } +/* stylelint-enable */ a { text-decoration: none; color: inherit; } -a:hover{ +a:hover { color: #df6b0e; } -input.large-input, textarea.large-input { - /*margin-bottom: 24px;*/ +input.large-input, +textarea.large-input { padding: 8px; } -- cgit