mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2025-01-20 18:50:21 +00:00
style(catpure): Add disallowed button's state when you press the button
This commit is contained in:
parent
e69c49eff7
commit
3af53c7a37
1 changed files with 4 additions and 2 deletions
|
@ -64,9 +64,12 @@
|
|||
|
||||
/* Capturing state */
|
||||
|
||||
.capture-btn--capturing {
|
||||
.capture-btn--capturing,
|
||||
.capture-btn--capturing:visited,
|
||||
.capture-btn--capturing:active {
|
||||
position: relative;
|
||||
background: linear-gradient(135deg, #212045 0%, #3633a0 100%);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.capture-btn--capturing::after {
|
||||
|
@ -103,7 +106,6 @@
|
|||
display: block;
|
||||
padding: 1rem;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-radius: .2rem;
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
|
|
Loading…
Reference in a new issue