17 lines
308 B
SCSS
17 lines
308 B
SCSS
/* Fonts */
|
|
@import "fonts";
|
|
|
|
/* Bootstrap custom variable overrides */
|
|
@import "bs-custom";
|
|
|
|
/* Bootstrap v5 scss */
|
|
@import "~bootstrap/scss/bootstrap";
|
|
|
|
/*SVG ICON SYSTEM*/
|
|
@import "svg-icons";
|
|
|
|
/* LiveView specific CSS */
|
|
@import "phx-liveview";
|
|
|
|
/* Navbar toggler icon override */
|
|
@import "nav-burger";
|