1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

Merge pull request #236 from nostalgic-css/fix-container-with-title

fix(container): removed padding-top inside with-title class
This commit is contained in:
Abdullah Samman
2019-01-03 18:38:44 +03:00
committed by GitHub
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;