2020-08-27 09:53:24 +00:00
|
|
|
@import "variables.scss";
|
|
|
|
|
2020-06-17 13:54:24 +00:00
|
|
|
a {
|
2020-08-27 09:53:24 +00:00
|
|
|
color: $violet-2;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.out,
|
|
|
|
.content a {
|
2020-06-17 13:54:24 +00:00
|
|
|
text-decoration: underline;
|
2020-06-25 09:38:12 +00:00
|
|
|
text-decoration-color: #ed8d07;
|
2020-06-17 13:54:24 +00:00
|
|
|
text-decoration-thickness: 2px;
|
2020-06-25 09:36:35 +00:00
|
|
|
}
|
|
|
|
|
2020-06-17 13:54:24 +00:00
|
|
|
input.input {
|
|
|
|
border-color: $input-border-color !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
2020-08-05 09:42:23 +00:00
|
|
|
padding: 1rem 1% 4rem;
|
2020-06-17 13:54:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
figure img.is-rounded {
|
|
|
|
border: 1px solid #cdcaea;
|
|
|
|
}
|
2020-06-23 15:20:09 +00: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 09:38:12 +00:00
|
|
|
}
|