diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/_header.scss | 4 | ||||
-rw-r--r-- | app/assets/stylesheets/application.bootstrap.scss | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/_header.scss b/app/assets/stylesheets/_header.scss new file mode 100644 index 0000000..723e9d1 --- /dev/null +++ b/app/assets/stylesheets/_header.scss @@ -0,0 +1,4 @@ +#header-title { + background-color: yellow; + color: red; +} diff --git a/app/assets/stylesheets/application.bootstrap.scss b/app/assets/stylesheets/application.bootstrap.scss new file mode 100644 index 0000000..834724c --- /dev/null +++ b/app/assets/stylesheets/application.bootstrap.scss @@ -0,0 +1,3 @@ +@import 'bootstrap/scss/bootstrap'; +@import 'bootstrap-icons/font/bootstrap-icons'; +@import '_header.scss'; |