1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

fix(container): removed padding-top inside with-title class

This commit is contained in:
Igor Guastalla de Lima
2019-01-02 20:17:34 -02:00
parent 44a1fb2fea
commit 78e522e4dd
4 changed files with 3 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
.nes-balloon { .nes-balloon {
@include rounded-corners(); @include rounded-corners();
position: relative; position: relative;
display: inline-block; display: inline-block;
padding: 1rem 1.5rem; padding: 1rem 1.5rem;
margin: 8px; margin: 8px;
margin-bottom: 30px; margin-bottom: 30px;
background-color: $background-color; background-color: $background-color;
> :last-child { > :last-child {

View File

@@ -18,8 +18,6 @@
} }
&.with-title { &.with-title {
padding-top: 2rem;
> .title { > .title {
display: table; display: table;
padding: 0 0.5rem; padding: 0 0.5rem;

View File

@@ -1,11 +1,11 @@
.nes-progress { .nes-progress {
@include compact-rounded-corners(); @include compact-rounded-corners();
width: 100%; width: 100%;
height: 48px; height: 48px;
margin: 4px; margin: 4px;
color: $base-color; color: $base-color;
background-color: $background-color; background-color: $background-color;
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;

View File

@@ -16,12 +16,12 @@
select { select {
@include compact-rounded-corners(); @include compact-rounded-corners();
width: 100%; width: 100%;
padding: 0.5rem 2.5rem 0.5rem 1rem; padding: 0.5rem 2.5rem 0.5rem 1rem;
cursor: $cursor-click-url, pointer; cursor: $cursor-click-url, pointer;
border-radius: 0; border-radius: 0;
outline-color: map-get($default-colors, "hover"); outline-color: map-get($default-colors, "hover");
-webkit-appearance: none; -webkit-appearance: none;
appearance: none; appearance: none;