deps.rs/assets/styles/main.sass

39 lines
910 B
Sass
Raw Normal View History

@charset "utf-8"
2018-01-29 07:34:22 +00:00
@import "./fa.sass"
@import "bulma/utilities/initial-variables"
@import "bulma/utilities/functions"
2018-01-29 07:34:22 +00:00
// make view narrower
$widescreen: $desktop
$fullhd: $desktop
2018-01-29 07:34:22 +00:00
// custom fonts
$family-sans-serif: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif
$family-monospace: "Source Serif Pro", monospace
@import "bulma/utilities/_all"
@import "bulma/helpers/color"
@import "bulma/helpers/typography"
@import "bulma/helpers/visibility"
@import "bulma/base/minireset"
@import "bulma/base/generic"
@import "bulma/elements/box"
@import "bulma/elements/container"
@import "bulma/elements/content"
@import "bulma/elements/notification"
@import "bulma/elements/table"
@import "bulma/elements/tag"
@import "bulma/elements/title"
@import "bulma/components/level"
@import "bulma/components/message"
@import "bulma/components/navbar"
@import "bulma/grid/columns"
@import "bulma/layout/_all"