Update _buttons.scss
This commit is contained in:
parent
d98f41ad2c
commit
a266914c3c
|
@ -22,7 +22,7 @@
|
||||||
color: $brand-colour;
|
color: $brand-colour;
|
||||||
border: 1px solid $brand-colour;
|
border: 1px solid $brand-colour;
|
||||||
}
|
}
|
||||||
.is-disabled,
|
&.is-disabled,
|
||||||
&:disabled {
|
&:disabled {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
opacity: .65;
|
opacity: .65;
|
||||||
|
@ -51,4 +51,4 @@
|
||||||
.btn--link {
|
.btn--link {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $brand-colour;
|
color: $brand-colour;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue