Skip to content

Commit

Permalink
fix(container): removed padding-top inside with-title class
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Jan 2, 2019
1 parent 44a1fb2 commit 78e522e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion scss/elements/balloons.scss
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 0 additions & 2 deletions scss/elements/containers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
}

&.with-title {
padding-top: 2rem;

> .title {
display: table;
padding: 0 0.5rem;
Expand Down
2 changes: 1 addition & 1 deletion scss/elements/progress.scss
Original file line number Diff line number Diff line change
@@ -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;

Expand Down
2 changes: 1 addition & 1 deletion scss/form/selects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 78e522e

Please sign in to comment.