mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
Felix Wittwer
edfdb969c7
Co-authored-by: Rob Ede <robjtede@icloud.com> Co-authored-by: Paolo Barbolini <paolo.barbolini@m4ss.net>
42 lines
999 B
Sass
42 lines
999 B
Sass
@charset "utf-8"
|
|
|
|
@import "./fa.sass"
|
|
|
|
@import "bulma/utilities/initial-variables"
|
|
@import "bulma/utilities/functions"
|
|
|
|
// make view narrower
|
|
$widescreen: $desktop
|
|
$fullhd: $desktop
|
|
|
|
// 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/button"
|
|
@import "bulma/elements/container"
|
|
@import "bulma/elements/content"
|
|
@import "bulma/elements/form"
|
|
@import "bulma/elements/notification"
|
|
@import "bulma/elements/table"
|
|
@import "bulma/elements/tag"
|
|
@import "bulma/elements/title"
|
|
|
|
@import "bulma/form/_all"
|
|
|
|
@import "bulma/components/level"
|
|
@import "bulma/components/message"
|
|
@import "bulma/components/navbar"
|
|
|
|
@import "bulma/grid/columns"
|
|
@import "bulma/layout/_all"
|