Merge pull request #2336 from Safelite/CASH-191-change-to-merge-into-release
CASH-191 update css and merge into release branch.
This commit is contained in:
commit
c0c8c5c8d3
1 changed files with 16 additions and 0 deletions
|
|
@ -149,6 +149,21 @@ export default {
|
||||||
transition: all 150ms linear;
|
transition: all 150ms linear;
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
|
&.btn {
|
||||||
|
&.btn-secondary {
|
||||||
|
font-weight: 900;
|
||||||
|
border: none;
|
||||||
|
&:hover,
|
||||||
|
&:active,
|
||||||
|
&:focus,
|
||||||
|
&:focus-visible {
|
||||||
|
color: $blue-700;
|
||||||
|
background: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
|
|
@ -166,6 +181,7 @@ export default {
|
||||||
transition: background 0s 0s ease-in-out;
|
transition: background 0s 0s ease-in-out;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal.modal-component .modal-dialog .modal-content {
|
.modal.modal-component .modal-dialog .modal-content {
|
||||||
.modal-header {
|
.modal-header {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue