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 {
|
.copy-wrapper {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
}
|
}
|
||||||
.link-styling {
|
|
||||||
font-weight: 500;
|
|
||||||
color: $blue;
|
|
||||||
text-decoration: underline;
|
|
||||||
text-underline-offset: 4px;
|
|
||||||
}
|
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
input[type="radio"] {
|
input[type="radio"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
@ -102,6 +97,12 @@ export default {
|
||||||
&.sub-copy {
|
&.sub-copy {
|
||||||
color: $green;
|
color: $green;
|
||||||
}
|
}
|
||||||
|
&.link-styling {
|
||||||
|
font-weight: 500;
|
||||||
|
color: $blue;
|
||||||
|
text-decoration: underline;
|
||||||
|
text-underline-offset: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -405,6 +405,7 @@ export default {
|
||||||
}
|
}
|
||||||
p.price {
|
p.price {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: $green;
|
||||||
}
|
}
|
||||||
.wiper-options {
|
.wiper-options {
|
||||||
.ui-checkbox {
|
.ui-checkbox {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue