Skip to content

Commit

Permalink
Application is now de-sass
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 30, 2024
1 parent bc9bdf9 commit 9a4a5df
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 51 deletions.
3 changes: 2 additions & 1 deletion app/assets/stylesheets/admin.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/*
* This is a manifest file that'll be compiled into admin.css, which will include all the files
* listed below.
* listed below via Sprockets.
*
*
* We use Bootstrap 5 everywhere except the core app, which is stuck in Bootstrap 3.
* This loads the Bootstrap 5 defined in package.json and in node_modules/bootstrap
*= require bootstrap/dist/css/bootstrap
*
Expand Down
30 changes: 30 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below via Sprockets.
*
*
* We use Bootstrap 5 everywhere except the core app, which is stuck in Bootstrap 3.
* This loads the Bootstrap 5 defined in package.json and in node_modules/bootstrap
*= require bootstrap/dist/css/bootstrap
*
* We use Bootstrap Icons to have icons that work between core and the rest of the app
*= require bootstrap-icons/font/bootstrap-icons
*
*= require codemirror/lib/codemirror
*
*= require fonts
*
*= require bootstrap-add-bs5
*= require signup
*/

.public-share .clipboard-icon {
visibility: hidden;
}
.public-share:hover .clipboard-icon {
visibility: visible;
}
.turbo-progress-bar {
height: 5px;
background-color: gold;
}
50 changes: 0 additions & 50 deletions app/assets/stylesheets/application.css.scss

This file was deleted.

0 comments on commit 9a4a5df

Please sign in to comment.