Merge pull request #1535 from Safelite/feature/CSR-1776-bugfix-ajc
Feature/CSR-1776 and Feature/CSR-1777 bug fixes
This commit is contained in:
commit
b8f1d02796
2 changed files with 8 additions and 6 deletions
|
|
@ -79,12 +79,7 @@ export default {
|
|||
.copy-wrapper {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.link-styling {
|
||||
font-weight: 500;
|
||||
color: $blue;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 4px;
|
||||
}
|
||||
|
||||
input[type="checkbox"],
|
||||
input[type="radio"] {
|
||||
position: absolute;
|
||||
|
|
@ -102,6 +97,12 @@ export default {
|
|||
&.sub-copy {
|
||||
color: $green;
|
||||
}
|
||||
&.link-styling {
|
||||
font-weight: 500;
|
||||
color: $blue;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -405,6 +405,7 @@ export default {
|
|||
}
|
||||
p.price {
|
||||
text-align: center;
|
||||
color: $green;
|
||||
}
|
||||
.wiper-options {
|
||||
.ui-checkbox {
|
||||
|
|
|
|||
Loading…
Reference in a new issue