CASH-77: fix CASH-112 link styling
This commit is contained in:
parent
eaf5951b7f
commit
68a8d88d05
2 changed files with 3 additions and 3 deletions
|
|
@ -284,6 +284,9 @@ export default {
|
||||||
.modal-disclaimer {
|
.modal-disclaimer {
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
order: 2;
|
order: 2;
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
margin: 0 0 1.5rem 0;
|
margin: 0 0 1.5rem 0;
|
||||||
|
|
|
||||||
|
|
@ -200,9 +200,6 @@ export default {
|
||||||
}
|
}
|
||||||
.modal-disclaimer {
|
.modal-disclaimer {
|
||||||
order: 4;
|
order: 4;
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.progress-saved {
|
&.progress-saved {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue