37 lines
869 B
Sass
37 lines
869 B
Sass
@charset "utf-8"
|
|
|
|
@import 'styles/typography'
|
|
@import 'styles/variables'
|
|
@import 'styles/colors'
|
|
@import '~bulma/sass/utilities/all'
|
|
@import '~bulma/sass/base/all'
|
|
@import '~bulma/sass/grid/all'
|
|
@import '~bulma/sass/elements/container'
|
|
@import '~bulma/sass/elements/tag'
|
|
@import '~bulma/sass/elements/other'
|
|
@import '~bulma/sass/elements/box'
|
|
@import '~bulma/sass/elements/form'
|
|
@import '~bulma/sass/elements/table'
|
|
@import '~bulma/sass/components/navbar'
|
|
@import '~bulma/sass/components/tabs'
|
|
@import '~bulma/sass/elements/notification'
|
|
@import 'styles/nav'
|
|
@import 'styles/content'
|
|
@import 'styles/message'
|
|
@import 'styles/charts'
|
|
@import 'styles/helper'
|
|
|
|
html
|
|
font-family: $open-sans
|
|
height: 100%
|
|
background: $background
|
|
|
|
.wip
|
|
display: flex
|
|
flex-direction: column
|
|
align-items: center
|
|
justify-content: center
|
|
height: 80vh
|
|
|
|
.title
|
|
font-size: 4em
|