mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 22:10:20 +00:00
style(capture): Add a disabled style for capture button
This commit is contained in:
parent
84aabe3c24
commit
9691a18ac1
1 changed files with 6 additions and 1 deletions
|
@ -48,8 +48,13 @@
|
||||||
box-shadow: var(--focus-ring);
|
box-shadow: var(--focus-ring);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Capturing state */
|
.capture-btn:disabled {
|
||||||
|
background: grey;
|
||||||
|
opacity: .2;
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Capturing state */
|
||||||
|
|
||||||
.capture-btn--capturing {
|
.capture-btn--capturing {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
Loading…
Reference in a new issue