27 lines
674 B
Sass
27 lines
674 B
Sass
@charset "utf-8"
|
|
|
|
@import 'typography'
|
|
@import 'variables'
|
|
@import '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 'nav'
|
|
@import 'content'
|
|
@import 'message'
|
|
@import 'charts'
|
|
@import 'helper'
|
|
|
|
html
|
|
font-family: $open-sans
|
|
height: 100%
|
|
background: $background
|