Added disabled button style
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
transition-duration: .2s;
|
||||
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
|
||||
|
||||
&:disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&-secondary {
|
||||
&:not(:disabled) {
|
||||
background-color: var(--slate-200);
|
||||
@@ -23,6 +27,11 @@
|
||||
background-color: var(--blue-500);
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: var(--slate-500);
|
||||
background-color: var(--slate-100);
|
||||
}
|
||||
}
|
||||
|
||||
&-danger {
|
||||
|
||||
Reference in New Issue
Block a user