feature/share-libs
scss 19 lines 831 Bytes
Raw
1 /*
2 * This is a manifest file that'll be compiled into application.css, which will include all the files
3 * listed below.
4 *
5 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7 *
8 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
9 * compiled file so the styles you add here take precedence over styles defined in any styles
10 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
11 * file per style scope.
12 *
13 */
14 $primary: #1740FF;
15 $accent: #FFCC00;
16 @import "~bootstrap/scss/bootstrap";
17 @import "~bootstrap-icons/font/bootstrap-icons";
18 @import "starter-template";
19 @import "~quill/dist/quill.snow";