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 {
|
||||
font-size: 0.75rem;
|
||||
order: 2;
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.modal-footer {
|
||||
margin: 0 0 1.5rem 0;
|
||||
|
|
|
|||
|
|
@ -200,9 +200,6 @@ export default {
|
|||
}
|
||||
.modal-disclaimer {
|
||||
order: 4;
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
&.progress-saved {
|
||||
|
|
|
|||
Loading…
Reference in a new issue