27 lines
364 B
SCSS
27 lines
364 B
SCSS
/**
|
|
|
|
*= require dialogs/banner
|
|
*= require_directory ./react-components
|
|
*/
|
|
|
|
@import "events/constants";
|
|
|
|
html,
|
|
body {
|
|
min-height: 100%;
|
|
overflow:auto;
|
|
background-color:$jamkazam-background;
|
|
color:white;
|
|
}
|
|
|
|
body {
|
|
min-height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
font-size: 16px;
|
|
line-height: 1.2;
|
|
font-family: Raleway, Arial, Helvetica, sans-serif;
|
|
|
|
}
|