Merge branch 'feature/kroell/modal-defects' of https://github.com/Safelite/DigitalConsumer.ISS into feature/kroell/modal-defects
This commit is contained in:
commit
568d7ae291
2 changed files with 2 additions and 2 deletions
|
|
@ -287,7 +287,7 @@ export default {
|
||||||
}
|
}
|
||||||
&:active,
|
&:active,
|
||||||
&:focus {
|
&:focus {
|
||||||
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -77,7 +77,7 @@ export default {
|
||||||
color: $heritage-blue-secondary;
|
color: $heritage-blue-secondary;
|
||||||
}
|
}
|
||||||
&:focus, &:active {
|
&: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;
|
font-weight: 600;
|
||||||
color: $heritage-blue-secondary;
|
color: $heritage-blue-secondary;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue