Fix UI issues with buttons

pull/1/head
yflory 4 years ago
parent d9570c0546
commit 2003725304

@ -167,7 +167,7 @@
margin-bottom: @alertify_padding-base; margin-bottom: @alertify_padding-base;
margin: 0; margin: 0;
overflow: auto; overflow: auto;
:last-child { &:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
} }

@ -98,6 +98,7 @@
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
border-radius: 0; border-radius: 0;
transition: none;
.fa, .cptools { .fa, .cptools {
margin-right: 0.2em; margin-right: 0.2em;

Loading…
Cancel
Save