Skip to content

Commit

Permalink
config assets
Browse files Browse the repository at this point in the history
  • Loading branch information
BlazingRockStorm committed Aug 13, 2024
1 parent a02e912 commit acf943c
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 48 deletions.
Empty file removed app/assets/builds/.keep
Empty file.
2 changes: 1 addition & 1 deletion app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//= link_tree ../images
//= link_tree ../builds
//= link_directory ../stylesheets .css
//= link_tree ../audios
//= link_tree ../../javascript .js
//= link_tree ../../../vendor/javascript .js
44 changes: 0 additions & 44 deletions app/assets/stylesheets/application.bootstrap.scss

This file was deleted.

44 changes: 43 additions & 1 deletion app/assets/stylesheets/application.css.scss
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
@import "font-awesome";
@import "font-awesome";

.lyrics-site-content {
min-height: 700px;
}

.lyrics-site-sidenav-item {

a,
button {
color: #fff;
}
}

.layoutAuthentication {
display: flex;
flex-direction: column;
min-height: 100vh;

.layoutAuthentication_content {
min-width: 0;
flex-grow: 1;
}
}

.img-error {
max-width: 20rem;
}

#layoutError {
display: flex;
flex-direction: column;
min-height: 100vh;
}

#layoutError #layoutError_content {
min-width: 0;
flex-grow: 1;
}

#layoutError #layoutError_footer {
min-width: 0;
}
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ html
= csp_meta_tag
= favicon_link_tag('favicon.ico')
= stylesheet_link_tag "application", "data-turbo-track": "reload"
= javascript_include_tag "application", "data-turbo-track": "reload", defer: true
= javascript_importmap_tags
body class="#{yield (:body_class)}"
= yield
1 change: 0 additions & 1 deletion config/initializers/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

# Add additional assets to the asset load path.
# Rails.application.config.assets.paths << Emoji.images_path
Rails.application.config.assets.paths << Rails.root.join('node_modules/bootstrap-icons/font')

# Precompile additional assets.
# application.js, application.css, and all non-JS/CSS in the app/assets
Expand Down

0 comments on commit acf943c

Please sign in to comment.