2021-11-10 13:21:41 +01:00
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
color: $blue;
|
2021-11-10 14:29:49 +01:00
|
|
|
transition: 0.2s;
|
2021-11-10 13:21:41 +01:00
|
|
|
|
2021-11-19 08:52:49 +01:00
|
|
|
&:hover{
|
|
|
|
color: $dark-blue;
|
2021-11-10 13:21:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
&.noline {
|
|
|
|
text-decoration: none;
|
2021-12-20 15:12:13 +01:00
|
|
|
|
|
|
|
&.undertable {
|
|
|
|
margin-left: 17px;
|
|
|
|
}
|
2021-11-10 13:21:41 +01:00
|
|
|
}
|
2021-11-22 15:17:04 +01:00
|
|
|
|
|
|
|
&.help {
|
|
|
|
text-decoration: none;
|
|
|
|
font-weight: $extra-bold;
|
|
|
|
}
|
2021-11-10 13:21:41 +01:00
|
|
|
}
|