2021-02-25 17:20:50 -05:00
|
|
|
/* Fonts */
|
|
|
|
@import "fonts";
|
2021-02-25 16:39:03 -05:00
|
|
|
|
2021-02-25 17:20:50 -05:00
|
|
|
/* Bootstrap custom variable overrides */
|
|
|
|
@import "bs-custom";
|
2020-09-12 18:43:17 -04:00
|
|
|
|
2021-02-25 17:20:50 -05:00
|
|
|
/* Bootstrap v5 scss */
|
|
|
|
@import "~bootstrap/scss/bootstrap";
|
2020-09-12 18:43:17 -04:00
|
|
|
|
2021-02-25 17:20:50 -05:00
|
|
|
/*SVG ICON SYSTEM*/
|
|
|
|
@import "svg-icons";
|
2020-09-12 18:43:17 -04:00
|
|
|
|
2021-02-25 17:20:50 -05:00
|
|
|
/* LiveView specific CSS */
|
|
|
|
@import "phx-liveview";
|
2020-09-12 18:43:17 -04:00
|
|
|
|
2021-02-25 22:34:46 -05:00
|
|
|
/* Navbar toggler icon override */
|
2021-02-26 09:57:43 -05:00
|
|
|
@import "nav-burger";
|