mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-15 07:16:40 +01:00
web/ProcessingStatus: make the button squishy
This commit is contained in:
parent
de66ac6b08
commit
73d2f45dae
1 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,11 @@
|
||||||
var(--button-box-shadow),
|
var(--button-box-shadow),
|
||||||
var(--processing-status-glow);
|
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 {
|
#processing-status.completed {
|
||||||
|
|
Loading…
Reference in a new issue