Merge branch 'AW-86-underline-links' into 'develop'
AW-86-underline-links See merge request witapp/aura-webapp!174
This commit is contained in:
commit
2fb3606989
@ -27,7 +27,7 @@ function PrivacyPolicy({ containerClassName = "" }: IPrivacyPolicyProps) {
|
|||||||
>
|
>
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</a>
|
</a>
|
||||||
,
|
,{" "}
|
||||||
<a
|
<a
|
||||||
href="https://aura.wit.life/terms"
|
href="https://aura.wit.life/terms"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|||||||
@ -10,3 +10,7 @@
|
|||||||
line-height: 125%;
|
line-height: 125%;
|
||||||
color: #515151;
|
color: #515151;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text > a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user