Button styles
This commit is contained in:
parent
cf165cd9de
commit
d3d068032f
@ -8,6 +8,11 @@
|
||||
&:hover {
|
||||
filter: brightness(1.1);
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
opacity: 0.5;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.button--color-accent1 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user