fix invite dialog design

This commit is contained in:
Ilya Daynatovich 2016-10-25 17:33:51 +03:00
parent 659c84d696
commit 84d71d558e
1 changed files with 2 additions and 1 deletions

View File

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