mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 14:25:38 -04:00

* removed css from body * added internal-link and translated-internal-link * icon in links are always fixedWidth * added help button Signed-off-by: Philip Molares <philip.molares@udo.edu> Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
17 lines
368 B
SCSS
17 lines
368 B
SCSS
@import "../../../../../node_modules/bootstrap/scss/bootstrap";
|
|
@import '../../../../../node_modules/react-bootstrap-typeahead/css/Typeahead';
|
|
@import "font-pack";
|
|
|
|
html {
|
|
height: 100%;
|
|
}
|
|
body {
|
|
min-height: 100%;
|
|
//text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
|
|
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
*:focus {
|
|
outline: 0 !important;
|
|
}
|
|
|