hedgedoc/src/style/index.scss

51 lines
766 B
SCSS
Raw Normal View History

2020-09-13 12:04:02 -04:00
@import './light';
@import "../../node_modules/bootstrap/scss/bootstrap";
@import '../../node_modules/react-bootstrap-typeahead/css/Typeahead';
@import "fonts/source-code-pro/source-code-pro";
@import "fonts/twemoji/twemoji";
2020-09-13 12:04:02 -04:00
.text-black, body.dark .text-black {
color: $black;
}
body {
background-color: darken($dark, 8%);
}
html {
height: 100%;
}
body {
min-height: 100%;
font-family: "Source Sans Pro", Helvetica, Arial, twemoji, sans-serif;
}
*:focus {
outline: 0 !important;
}
.mt-1dot5 {
margin-top: 0.375rem !important;
}
.fa.fa-fix-line-height {
line-height: inherit;
}
.text-start {
text-align: start;
}
.mvh-100 {
min-height: 100vh;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.font-style-normal {
font-style: normal;
}