2020-06-17 15:54:24 +02:00
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
2020-06-25 11:38:12 +02:00
|
|
|
text-decoration-color: #ed8d07;
|
2020-06-17 15:54:24 +02:00
|
|
|
text-decoration-thickness: 2px;
|
|
|
|
|
|
|
|
&.navbar-item,
|
|
|
|
&.dropdown-item,
|
|
|
|
&.card,
|
|
|
|
&.button,
|
|
|
|
&[href="#comments"],
|
|
|
|
&.router-link-active,
|
|
|
|
&.comment-link,
|
2020-06-18 15:23:05 +02:00
|
|
|
&.pagination-link,
|
2020-06-23 17:20:09 +02:00
|
|
|
&.datepicker-cell,
|
|
|
|
&.list-item {
|
2020-06-17 15:54:24 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-25 11:36:35 +02:00
|
|
|
nav.breadcrumb ul li a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2020-06-17 15:54:24 +02:00
|
|
|
input.input {
|
|
|
|
border-color: $input-border-color !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
2020-08-05 11:42:23 +02:00
|
|
|
padding: 1rem 1% 4rem;
|
2020-06-17 15:54:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
figure img.is-rounded {
|
|
|
|
border: 1px solid #cdcaea;
|
|
|
|
}
|
2020-06-23 17:20:09 +02:00
|
|
|
|
|
|
|
$color-black: #000;
|
|
|
|
|
|
|
|
.mention {
|
|
|
|
background: rgba($color-black, 0.1);
|
|
|
|
color: rgba($color-black, 0.6);
|
|
|
|
font-size: 0.9rem;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 0.2rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-right: 0.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mention-suggestion {
|
|
|
|
color: rgba($color-black, 0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.mention .mention {
|
|
|
|
background: initial;
|
|
|
|
margin-right: 0;
|
2020-06-25 11:38:12 +02:00
|
|
|
}
|