Set primary action button color to same as theming color
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
parent
ee69dc128a
commit
1a18b48037
|
@ -86,7 +86,7 @@
|
|||
|
||||
input.primary {
|
||||
background-color: $color-primary-element;
|
||||
border: 1px solid $color-primary;
|
||||
border: 1px solid $color-primary-text;
|
||||
color: $color-primary-text;
|
||||
}
|
||||
|
||||
|
|
|
@ -191,8 +191,8 @@ input.update-continue {
|
|||
}
|
||||
input.primary,
|
||||
button.primary {
|
||||
border: 1px solid #0082c9;
|
||||
background-color: #00a2e9;
|
||||
border: 1px solid #fff;
|
||||
background-color: #0082c9;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ textarea,
|
|||
/* Primary action button, use sparingly */
|
||||
&.primary {
|
||||
border: 1px solid $color-primary-text;
|
||||
background-color: $color-primary-element;
|
||||
background-color: $color-primary;
|
||||
color: $color-primary-text;
|
||||
cursor: pointer;
|
||||
&:not(:disabled) {
|
||||
|
|
Loading…
Reference in New Issue