CSR-1776: fix CSS styling link color

This commit is contained in:
Adam Caouette 2023-11-15 16:04:08 -05:00
parent 2812413f05
commit e93f734c3e

View file

@ -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;
}
}
}