small style updates

This commit is contained in:
Nathanael Phillips 2020-11-09 07:27:16 -07:00
parent 105ebc16b7
commit 0dba80c85a
7 changed files with 187 additions and 25 deletions

View file

@ -46,4 +46,31 @@
border: none;
margin-top: 4px;
}
}
.dialog-buttons {
margin-top: 8px;
button:last-child {
margin-right: 0;
}
button:not(.default) {
border: 1px solid @buttonBackground;
margin-right: 4px;
background: @buttonSecondaryBackground;
color: @buttonSecondaryTextColor;
&:hover {
background: @buttonSecondaryHoverBackground;
}
}
button.normal.default {
border: none;
background: @buttonBackground;
color: @buttonTextColor;
&:hover {
background: @buttonHoverBackground;
}
}
}