More spacing below buttons
This commit is contained in:
parent
4fa2813e6a
commit
52532a90d7
1 changed files with 2 additions and 1 deletions
|
|
@ -341,6 +341,7 @@ a:hover {
|
||||||
border-radius: @button-border-radius;
|
border-radius: @button-border-radius;
|
||||||
padding: 0 8px;
|
padding: 0 8px;
|
||||||
border-color: @global-border;
|
border-color: @global-border;
|
||||||
|
margin-bottom: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-button-default {
|
.uk-button-default {
|
||||||
|
|
@ -352,7 +353,7 @@ a:hover {
|
||||||
background-color: rgba(180, 180, 180, 0.10);
|
background-color: rgba(180, 180, 180, 0.10);
|
||||||
border-color: @global-primary-background;
|
border-color: @global-primary-background;
|
||||||
color: @button-text-color;
|
color: @button-text-color;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-button-danger {
|
.uk-button-danger {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue