2021-02-15 07:50:28 +00:00
|
|
|
@charset "utf-8"
|
2018-01-29 07:34:22 +00:00
|
|
|
|
2021-02-15 07:50:28 +00:00
|
|
|
@import "./fa.sass"
|
2021-02-10 15:45:14 +00:00
|
|
|
|
2021-02-15 07:50:28 +00:00
|
|
|
@import "bulma/utilities/initial-variables"
|
|
|
|
@import "bulma/utilities/functions"
|
2018-01-29 07:34:22 +00:00
|
|
|
|
|
|
|
// make view narrower
|
2021-02-15 07:50:28 +00:00
|
|
|
$widescreen: $desktop
|
|
|
|
$fullhd: $desktop
|
2018-01-29 07:34:22 +00:00
|
|
|
|
|
|
|
// custom fonts
|
2021-02-15 07:50:28 +00:00
|
|
|
$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"
|
2022-08-29 11:13:12 +00:00
|
|
|
@import "bulma/elements/button"
|
2021-02-15 07:50:28 +00:00
|
|
|
@import "bulma/elements/container"
|
|
|
|
@import "bulma/elements/content"
|
2022-08-29 11:13:12 +00:00
|
|
|
@import "bulma/elements/form"
|
2021-02-15 07:50:28 +00:00
|
|
|
@import "bulma/elements/notification"
|
|
|
|
@import "bulma/elements/table"
|
|
|
|
@import "bulma/elements/tag"
|
|
|
|
@import "bulma/elements/title"
|
|
|
|
|
2022-08-29 11:13:12 +00:00
|
|
|
@import "bulma/form/_all"
|
|
|
|
|
2021-02-15 07:50:28 +00:00
|
|
|
@import "bulma/components/level"
|
|
|
|
@import "bulma/components/message"
|
|
|
|
@import "bulma/components/navbar"
|
|
|
|
|
|
|
|
@import "bulma/grid/columns"
|
|
|
|
@import "bulma/layout/_all"
|