add small animation on the a link of terms and condition

pull/691/head
Audric Ackermann 5 years ago
parent 82f56f50db
commit 39c8456f8e

@ -191,6 +191,7 @@
white-space: nowrap;
font-weight: bold;
color: $session-color-light-grey;
transition: $session-transition-duration;
&:visited &:link {
color: $session-color-light-grey;
@ -227,11 +228,11 @@
overflow-wrap: break-word;
padding: 20px 5px 20px 5px;
display: inline-block;
}
}
[contenteditable='true']:empty::before {
content: attr(placeholder);
color: $session-color-light-grey;

Loading…
Cancel
Save