Update src/iss-components/recal-modal/recal-modal.vue
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
63043b4796
commit
5ba937834c
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ export default {
|
|||
color: $heritage-blue-secondary;
|
||||
}
|
||||
&:focus, &:active {
|
||||
box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $heritage-blue-secondary;
|
||||
box-shadow: 0 0 0 3px $white, 0 0 0 5.5px $heritage-blue-secondary;
|
||||
}
|
||||
font-weight: 600;
|
||||
color: $heritage-blue-secondary;
|
||||
|
|
|
|||
Loading…
Reference in a new issue