2020-08-27 11:53:24 +02:00
|
|
|
@import "variables.scss";
|
|
|
|
|
2020-10-13 20:39:59 +02:00
|
|
|
@import "~bulma";
|
|
|
|
@import "~bulma-divider";
|
|
|
|
@import "~buefy/src/scss/buefy";
|
|
|
|
|
2020-09-22 12:10:40 +02:00
|
|
|
// a {
|
|
|
|
// color: $violet-2;
|
|
|
|
// }
|
2020-08-27 11:53:24 +02:00
|
|
|
|
|
|
|
a.out,
|
2020-09-22 12:10:40 +02:00
|
|
|
.content a,
|
|
|
|
.ProseMirror a {
|
2020-06-17 15:54:24 +02:00
|
|
|
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;
|
2020-06-25 11:36:35 +02:00
|
|
|
}
|
|
|
|
|
2020-09-22 12:10:40 +02:00
|
|
|
// input.input {
|
|
|
|
// border-color: $input-border-color !important;
|
|
|
|
// }
|
2020-06-17 15:54:24 +02:00
|
|
|
|
|
|
|
.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
|
|
|
}
|
2020-08-31 12:40:30 +02:00
|
|
|
|
|
|
|
.select select {
|
|
|
|
border-color: $borders;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-enter-active,
|
|
|
|
.fade-leave-active {
|
|
|
|
transition: opacity 0.5s;
|
|
|
|
}
|
|
|
|
.fade-enter,
|
|
|
|
.fade-leave-to {
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
// background: #f7f8fa;
|
|
|
|
background: $body-background-color;
|
|
|
|
font-family: BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, "Segoe UI",
|
|
|
|
"Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
|
|
|
|
|
|
/*main {*/
|
|
|
|
/* margin: 1rem auto 0;*/
|
|
|
|
/*}*/
|
|
|
|
}
|
|
|
|
|
|
|
|
#mobilizon > .container > .message {
|
|
|
|
margin: 1rem auto auto;
|
|
|
|
.message-header {
|
|
|
|
button.delete {
|
|
|
|
background: #4a4a4a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.module-description {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
color: $violet-1;
|
|
|
|
}
|
2020-10-01 18:19:18 +02:00
|
|
|
|
|
|
|
$list-background-color: $scheme-main !default;
|
|
|
|
$list-shadow: 0 2px 3px rgba($scheme-invert, 0.1),
|
|
|
|
0 0 0 1px rgba($scheme-invert, 0.1) !default;
|
|
|
|
$list-radius: $radius !default;
|
|
|
|
|
|
|
|
$list-item-border: 1px solid $border !default;
|
|
|
|
$list-item-color: $text !default;
|
|
|
|
$list-item-active-background-color: $link !default;
|
|
|
|
$list-item-active-color: $link-invert !default;
|
|
|
|
$list-item-hover-background-color: $background !default;
|
|
|
|
|
|
|
|
.list-item {
|
|
|
|
display: block;
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
&:not(a) {
|
|
|
|
color: $list-item-color;
|
|
|
|
}
|
|
|
|
&:first-child {
|
|
|
|
border-top-left-radius: $list-radius;
|
|
|
|
border-top-right-radius: $list-radius;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
border-bottom-left-radius: $list-radius;
|
|
|
|
border-bottom-right-radius: $list-radius;
|
|
|
|
}
|
|
|
|
&:not(:last-child) {
|
|
|
|
border-bottom: $list-item-border;
|
|
|
|
}
|
|
|
|
&.is-active {
|
|
|
|
background-color: $list-item-active-background-color;
|
|
|
|
color: $list-item-active-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a.list-item {
|
|
|
|
background-color: $list-item-hover-background-color;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2020-11-13 13:39:52 +01:00
|
|
|
|
|
|
|
.setting-title {
|
|
|
|
margin-top: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
display: inline;
|
|
|
|
background: $secondary;
|
|
|
|
padding: 2px 7.5px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 1.25rem;
|
|
|
|
}
|
|
|
|
}
|