insomnia/app/css/base.scss
Gregory Schier 1452c39b67 A bunch
2016-03-19 21:00:40 -07:00

35 lines
394 B
SCSS

@import 'constants/colors';
@import 'constants/dimensions';
html, body, #root {
height: 100%;
width: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Open Sans', sans-serif;
font-size: $font-size;
}
h1 {
font-size: $font-size-xxl;
}
h2 {
font-size: $font-size-xl;
}
.text-center {
text-align: center;
}
.pull-right {
float: right;
}
strong {
font-weight: 600;
}