mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 10:11:52 +00:00
style(capture): Add styled focus ring to switch button
This commit is contained in:
parent
4844a4a28b
commit
600e2b864c
1 changed files with 6 additions and 0 deletions
|
@ -104,11 +104,17 @@
|
|||
padding: 1rem;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
border-radius: .2rem;
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.capture-switch:focus {
|
||||
outline: none;
|
||||
box-shadow: var(--focus-ring);
|
||||
}
|
||||
|
||||
.capture-switch svg {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
|
|
Loading…
Reference in a new issue