fix button margins

pull/1/head
David Benqué 2019-12-17 10:51:17 +00:00
parent 4f8ca40d36
commit 3cd957a552
2 changed files with 2 additions and 5 deletions

View File

@ -375,8 +375,8 @@
text-align: right;
button {
margin: 0px !important;
&:not(:last-child) {
margin-right: @alertify_padding-base !important;
&:not(:first-child) {
margin-left: @alertify_padding-base !important;
}
}
}

View File

@ -50,7 +50,4 @@
margin-right: 10px;;
}
}
.cp-teams-invite-create {
margin-right: 0px !important;
}
}