1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 01:10:07 +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 {
@include rounded-corners();
position: relative;
display: inline-block;
padding: 1rem 1.5rem;
margin: 8px;
margin-bottom: 30px;
background-color: $background-color;
> :last-child {

View File

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

View File

@@ -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;

View File

@@ -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;