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;
|
|
|
|
}
|
2022-05-23 09:54:19 +02:00
|
|
|
|
|
|
|
&.read-more{
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
.faicon:before{
|
|
|
|
padding-left: 8px;
|
|
|
|
font-size: 8px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
}
|
2021-11-10 13:21:41 +01:00
|
|
|
}
|