CSR-1776: fix CSS styling link color
This commit is contained in:
parent
2812413f05
commit
e93f734c3e
1 changed files with 7 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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue