From 2dbcf4706f2825acc0de271d92e95b6cc241cc56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 17 Sep 2014 19:03:49 +0200 Subject: [PATCH] Fix some errors of scss linter --- app/styles/layout/login.scss | 6 ++---- app/styles/layout/not-found.scss | 2 +- app/styles/modules/common/nav.scss | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/app/styles/layout/login.scss b/app/styles/layout/login.scss index 5b4cb190..29475f83 100644 --- a/app/styles/layout/login.scss +++ b/app/styles/layout/login.scss @@ -26,15 +26,13 @@ padding: 0 30%; } } - .tagline { - margin-bottom: 1rem; - text-align: center; - } .tagline { @extend %xlarge; @extend %title; color: $white; line-height: 2rem; + margin-bottom: 1rem; + text-align: center; text-transform: uppercase; } form { diff --git a/app/styles/layout/not-found.scss b/app/styles/layout/not-found.scss index 40b0faaa..15bf3426 100644 --- a/app/styles/layout/not-found.scss +++ b/app/styles/layout/not-found.scss @@ -14,8 +14,8 @@ } img { margin-bottom: 3rem; - width: 100%; padding: 0 25%; + width: 100%; } h1 { color: $white; diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index 9d98ce19..a117807d 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -15,8 +15,8 @@ line-height: inherit; margin: 0 0 .9rem; img { - width: 100%; padding: 17%; + width: 100%; } }