You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wiki/editor/src/styles.scss

67 lines
886 B

5 years ago
@import "~bulma";
#editor {
}
#save-indicator {
5 years ago
position: fixed;
top: 0;
left: 0;
background: lightskyblue;
font-weight: bold;
color: white;
padding: 3px;
z-index: 50;
5 years ago
}
5 years ago
5 years ago
.hidden {
5 years ago
display: none;
5 years ago
}
.list-item {
border: none !important;
4 years ago
padding: 2px 0px;
}
input.input, input.input:active {
box-shadow: none;
}
5 years ago
.codex-editor .icon {
5 years ago
align-items: initial;
display: initial;
justify-content: initial;
height: initial;
width: initial;
5 years ago
}
.codex-editor h1.ce-header {
5 years ago
@extend .title;
@extend .title.is-1;
5 years ago
}
.codex-editor h2.ce-header {
5 years ago
@extend .title;
@extend .is-2;
5 years ago
}
.codex-editor h3.ce-header {
5 years ago
@extend .title;
@extend .is-3;
5 years ago
}
.codex-editor h4.ce-header {
5 years ago
@extend .title;
@extend .is-4;
5 years ago
}
.codex-editor h5.ce-header {
5 years ago
@extend .title;
@extend .is-5;
5 years ago
}
.codex-editor h6.ce-header {
5 years ago
@extend .title;
@extend .is-6;
5 years ago
}