From 78e522e4ddbca22fc373a4d0fd38f6510d152226 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Wed, 2 Jan 2019 20:17:34 -0200 Subject: [PATCH] fix(container): removed padding-top inside with-title class --- scss/elements/balloons.scss | 2 +- scss/elements/containers.scss | 2 -- scss/elements/progress.scss | 2 +- scss/form/selects.scss | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/scss/elements/balloons.scss b/scss/elements/balloons.scss index f6bcb0cc..7b9d2def 100644 --- a/scss/elements/balloons.scss +++ b/scss/elements/balloons.scss @@ -1,11 +1,11 @@ .nes-balloon { @include rounded-corners(); + position: relative; display: inline-block; padding: 1rem 1.5rem; margin: 8px; margin-bottom: 30px; - background-color: $background-color; > :last-child { diff --git a/scss/elements/containers.scss b/scss/elements/containers.scss index 110b39b1..81d1d207 100644 --- a/scss/elements/containers.scss +++ b/scss/elements/containers.scss @@ -18,8 +18,6 @@ } &.with-title { - padding-top: 2rem; - > .title { display: table; padding: 0 0.5rem; diff --git a/scss/elements/progress.scss b/scss/elements/progress.scss index 53c6b132..85a45244 100644 --- a/scss/elements/progress.scss +++ b/scss/elements/progress.scss @@ -1,11 +1,11 @@ .nes-progress { @include compact-rounded-corners(); + width: 100%; height: 48px; margin: 4px; color: $base-color; background-color: $background-color; - -webkit-appearance: none; appearance: none; diff --git a/scss/form/selects.scss b/scss/form/selects.scss index 32bb098d..2baa24d0 100644 --- a/scss/form/selects.scss +++ b/scss/form/selects.scss @@ -16,12 +16,12 @@ select { @include compact-rounded-corners(); + width: 100%; padding: 0.5rem 2.5rem 0.5rem 1rem; cursor: $cursor-click-url, pointer; border-radius: 0; outline-color: map-get($default-colors, "hover"); - -webkit-appearance: none; appearance: none;