cineclub-site/front/css/app.sass

44 lines
1.2 KiB
Sass
Raw Permalink Normal View History

/* 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
2022-07-06 02:15:07 +02:00
@import "bulma-list/sass/bulma-list"
@import "bulma/sass/base/_all"
2022-07-06 02:15:07 +02:00
@import "bulma/sass/components/card"
2022-07-13 00:37:49 +02:00
@import "bulma/sass/components/modal"
2022-07-06 02:15:07 +02:00
@import "bulma/sass/components/navbar"
@import "bulma/sass/components/pagination"
2022-07-14 06:03:55 +02:00
@import "bulma/sass/components/tabs"
@import "bulma/sass/elements/button"
@import "bulma/sass/elements/container"
2022-08-27 12:42:38 +02:00
@import "bulma/sass/elements/content"
@import "bulma/sass/elements/image"
2022-08-27 15:05:11 +02:00
@import "bulma/sass/elements/notification"
2022-07-11 01:31:21 +02:00
@import "bulma/sass/elements/other"
2022-08-27 16:10:27 +02:00
@import "bulma/sass/elements/table"
@import "bulma/sass/elements/tag"
2022-07-06 02:15:07 +02:00
@import "bulma/sass/elements/title"
@import "bulma/sass/form/_all"
@import "bulma/sass/grid/columns"
2022-07-06 02:15:07 +02:00
@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"
2022-07-29 00:49:27 +02:00
@import "bulma/sass/helpers/other"
2022-07-06 02:15:07 +02:00
@import "bulma/sass/layout/section"
2022-08-27 16:34:48 +02:00
@import "bulma/sass/layout/footer"
2022-12-30 21:33:31 +01:00
@import "a11y"
2022-07-06 02:15:07 +02:00
@import "movie-card"
2022-08-27 12:42:38 +02:00
@import "fonts"
.cof
font-family: "Carter One", serif
color: #90001C
2022-08-27 15:05:11 +02:00
.network-item .ov-icon
margin-right: 0.5rem