Add margin to buttons

pull/1/head
David Benqué 4 years ago
parent 713575cc8a
commit b84e951240

@ -94,6 +94,7 @@ body {
color: @colortheme_base; color: @colortheme_base;
border: none; border: none;
padding: 10px 20px; padding: 10px 20px;
margin-right: 10px;
border-radius: 0px; border-radius: 0px;
cursor: pointer; cursor: pointer;
&:hover, &:focus { &:hover, &:focus {

Loading…
Cancel
Save