43 lines
1.2 KiB
Sass
43 lines
1.2 KiB
Sass
/* The utilities that cannot be used after compiling
|
|
should be in tools.sass and not in app.sass */
|
|
@import "./tools"
|
|
|
|
// Import only what you need from Bulma
|
|
@import "bulma-list/sass/bulma-list"
|
|
@import "bulma/sass/base/_all"
|
|
@import "bulma/sass/components/card"
|
|
@import "bulma/sass/components/modal"
|
|
@import "bulma/sass/components/navbar"
|
|
@import "bulma/sass/components/pagination"
|
|
@import "bulma/sass/components/tabs"
|
|
@import "bulma/sass/elements/button"
|
|
@import "bulma/sass/elements/container"
|
|
@import "bulma/sass/elements/content"
|
|
@import "bulma/sass/elements/image"
|
|
@import "bulma/sass/elements/notification"
|
|
@import "bulma/sass/elements/other"
|
|
@import "bulma/sass/elements/table"
|
|
@import "bulma/sass/elements/tag"
|
|
@import "bulma/sass/elements/title"
|
|
@import "bulma/sass/form/_all"
|
|
@import "bulma/sass/grid/columns"
|
|
@import "bulma/sass/helpers/color"
|
|
@import "bulma/sass/helpers/flexbox"
|
|
@import "bulma/sass/helpers/spacing"
|
|
@import "bulma/sass/helpers/typography"
|
|
@import "bulma/sass/helpers/visibility"
|
|
@import "bulma/sass/helpers/other"
|
|
@import "bulma/sass/layout/section"
|
|
@import "bulma/sass/layout/footer"
|
|
@import "a11y"
|
|
|
|
@import "movie-card"
|
|
@import "fonts"
|
|
|
|
.cof
|
|
font-family: "Carter One", serif
|
|
color: #90001C
|
|
|
|
|
|
.network-item .ov-icon
|
|
margin-right: 0.5rem
|