From b1868868484a0f43ef16fe29be96e6dfc4144f59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 3 Jul 2014 09:16:11 +0200 Subject: [PATCH] Fixed minor CSS quality mistakes --- app/styles/components/tag.scss | 2 +- app/styles/layout/base.scss | 5 ++--- app/styles/main.scss | 5 +---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app/styles/components/tag.scss b/app/styles/components/tag.scss index 975cdc42..7168e6a0 100644 --- a/app/styles/components/tag.scss +++ b/app/styles/components/tag.scss @@ -2,7 +2,7 @@ background: $grayer; // Fallback color: $white; display: inline-block; - margin: 0 0 .5rem 0; + margin: 0 0 .5rem; padding: .2rem .5rem; text-align: center; .icon-delete { diff --git a/app/styles/layout/base.scss b/app/styles/layout/base.scss index d1841602..e1db2a51 100644 --- a/app/styles/layout/base.scss +++ b/app/styles/layout/base.scss @@ -60,7 +60,7 @@ body { .menu-secondary { @include table-flex-child(1, 260px, 0, 260px); background: $whitish; - padding: 2em 1em; + padding: 2rem 1rem; } .menu-tertiary { @@ -71,12 +71,11 @@ body { .extrabar { background: $whitish; - // display: none; } .main { @include table-flex-child(8, 600px, 0, 600px); - padding: 2em; + padding: 2rem; } .icon { diff --git a/app/styles/main.scss b/app/styles/main.scss index a2c411a1..b1db4922 100755 --- a/app/styles/main.scss +++ b/app/styles/main.scss @@ -14,6 +14,7 @@ $prefix-for-spec: true; @import 'dependencies/typography'; @import 'dependencies/elements'; @import 'dependencies/mixins'; +@import 'dependencies/responsive'; @import 'dependencies/forms'; //Components @@ -61,10 +62,6 @@ $prefix-for-spec: true; @import 'modules/register-form'; @import 'modules/forgot-form'; -// Responsive -@import 'responsive/mobile'; -@import 'responsive/screen'; - //Layout @import 'layout/base'; @import 'layout/login';