bones73k/assets/css/app.scss

28 lines
454 B
SCSS
Raw Normal View History

/* Fonts */
@import "fonts";
2021-02-25 16:39:03 -05:00
/* Bootstrap custom variable overrides */
@import "bs-custom";
2020-09-12 18:43:17 -04:00
/* Bootstrap v5 scss */
@import "~bootstrap/scss/bootstrap";
2020-09-12 18:43:17 -04:00
/*SVG ICON SYSTEM*/
@import "svg-icons";
2020-09-12 18:43:17 -04:00
/* LiveView specific CSS */
@import "phx-liveview";
2020-09-12 18:43:17 -04:00
/* Navbar toggler icon override */
@import "nav-burger";
2020-09-12 18:43:17 -04:00
/* Alerts and form errors */
.alert:empty {
display: none;
}
.invalid-feedback {
color: #a94442;
display: block;
margin: -1rem 0 2rem;
}