mirror of
https://github.com/imputnet/cobalt.git
synced 2025-02-05 04:59:20 +00:00
web/ProcessingStatus: make the button squishy
This commit is contained in:
parent
de66ac6b08
commit
73d2f45dae
|
@ -45,7 +45,11 @@
|
|||
var(--button-box-shadow),
|
||||
var(--processing-status-glow);
|
||||
|
||||
transition: box-shadow 0.2s, background-color 0.2s;
|
||||
transition: box-shadow 0.2s, background-color 0.2s, transform 0.2s;
|
||||
}
|
||||
|
||||
#processing-status:active {
|
||||
transform: scale(0.9);
|
||||
}
|
||||
|
||||
#processing-status.completed {
|
||||
|
|
Loading…
Reference in a new issue