Skip to content

Commit

Permalink
space between inputs to allow units and more tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakelila committed Oct 31, 2016
1 parent 5e69b22 commit 35f5b40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/components/_c-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,15 +217,15 @@
}

.unit {
bottom: -30px;
// bottom: -30px;
right: 50%;
}
}

.options-wrapper {
position: absolute;
height: 40px;
top: rem(-10px);
// top: rem(-10px);
bottom: 0;
right: rem(-20px);
display: flex;
Expand Down Expand Up @@ -274,7 +274,9 @@
}

.input-wrapper {
display: block;
position: relative;
margin-bottom: rem(20px);
}

.add-fields {
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/settings/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ul[role='tablist'] {
}

.is-hidden {
display: none;
display: none !important;
}

hr {
Expand Down

0 comments on commit 35f5b40

Please sign in to comment.