skin all the buttons

This commit is contained in:
Matthew Hodgson 2017-10-25 23:56:31 +01:00
parent a152eba023
commit ea19096db3
7 changed files with 56 additions and 77 deletions

View file

@ -200,21 +200,13 @@ textarea {
}
.mx_Dialog button, .mx_Dialog input[type="submit"] {
border: 0px;
height: 36px;
border-radius: 40px;
border: solid 1px $accent-color;
font-weight: 600;
font-size: 14px;
font-family: $font-family;
@mixin mx_DialogButton;
margin-left: 0px;
margin-right: 8px;
padding-left: 1.5em;
padding-right: 1.5em;
outline: none;
cursor: pointer;
// flip colours for the secondary ones
color: $accent-color;
background-color: $primary-bg-color;
background-color: $accent-fg-color;
/* align images in buttons (eg spinners) */
vertical-align: middle;
@ -282,16 +274,8 @@ textarea {
color: $selection-fg-color;
}
/** green button with rounded corners */
.mx_textButton {
color: $accent-fg-color;
background-color: $accent-color;
border-radius: 17px;
text-align: center;
padding-left: 1em;
padding-right: 1em;
cursor: pointer;
display: inline;
@mixin mx_DialogButton_small;
}
.mx_button_row {