mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-06 01:21:39 -04:00
imported current state of the mockup into the public repo
Co-authored-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Signed-off-by: Philip Molares <philip.molares@udo.edu> Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
This commit is contained in:
commit
93ce059577
161 changed files with 17419 additions and 0 deletions
23
src/components/landing/layout/style/index.scss
Normal file
23
src/components/landing/layout/style/index.scss
Normal file
|
@ -0,0 +1,23 @@
|
|||
@import "../../../../../node_modules/bootstrap/scss/bootstrap";
|
||||
@import "font-pack";
|
||||
//@import "cover.scss";
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
html,
|
||||
body {
|
||||
background-color: #333;
|
||||
}
|
||||
body {
|
||||
min-height: 100%;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
//text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
|
||||
font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: 0 !important;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue