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:
@@ -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 {
|
||||
|
@@ -18,8 +18,6 @@
|
||||
}
|
||||
|
||||
&.with-title {
|
||||
padding-top: 2rem;
|
||||
|
||||
> .title {
|
||||
display: table;
|
||||
padding: 0 0.5rem;
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user