address XXX issues

This commit is contained in:
David Benqué
2019-11-22 11:34:13 +00:00
parent e2b3cf3ccc
commit 57ba4e0bcd
3 changed files with 4 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
@alertify-input-bg: @colortheme_modal-input;
@alertify-input-fg: @colortheme_modal-input-fg;
@alertify_padding-base: @variables_padding; // XXX to align tab contents with buttons. could change @variables-padding: 12px
@alertify_padding-base: @variables_padding;
@alertify_box-shadow: @variables_shadow;
// Logs to show that something has happened
@@ -349,7 +349,7 @@
padding: @alertify_padding-base;
text-align: right;
button{
margin:0px !important; // XXX was not overriding the button margin
margin:0px !important;
&:not(:last-child) {
margin-right: @alertify_padding-base !important;
}