fp/apps/bright/assets/css/app.scss
CJ_Clippy 80e9fbb13d
Some checks failed
ci / build (push) Failing after 11m33s
ci / Tests & Checks (push) Failing after 6m55s
XPost Categorization and acceptance progress
2025-03-14 21:22:12 -08:00

23 lines
367 B
SCSS

@import "bulma";
@import "variables";
@import "@fortawesome/fontawesome-free/scss/brands";
@import "@fortawesome/fontawesome-free/scss/regular";
@import "@fortawesome/fontawesome-free/scss/solid";
@import "@fortawesome/fontawesome-free/scss/fontawesome";
.is-unclickable {
cursor: not-allowed
}
.phx-click-loading {
opacity: 15%;
}
svg {
color: "lime"
}