mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +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);
|
||||
}
|
||||
|
||||
/* Capturing state */
|
||||
.capture-btn:disabled {
|
||||
background: grey;
|
||||
opacity: .2;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
/* Capturing state */
|
||||
|
||||
.capture-btn--capturing {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue