Merge pull request #1061 from BeatC/button-shifted

Button shifted
This commit is contained in:
yanas 2016-10-25 22:29:52 -05:00 committed by GitHub
commit 79c52e1a77
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,6 @@
} }
&__input { &__input {
margin-bottom: 8px;
&:last-child { &:last-child {
margin-bottom: inherit; margin-bottom: inherit;
@ -47,10 +46,12 @@
&__container { &__container {
position: relative; position: relative;
width: 100%; width: 100%;
margin-top: 5px;
margin-bottom: 5px;
@include flex(); @include flex();
.button-control { .button-control {
margin: 9px 0 9px 10px; margin: 1px 0 1px 10px;
} }
} }