Skip to content

Commit

Permalink
De-sass Admin css styling
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Nov 30, 2024
1 parent 46987f5 commit bc9bdf9
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 27 deletions.
19 changes: 19 additions & 0 deletions app/assets/stylesheets/admin.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*
* This is a manifest file that'll be compiled into admin.css, which will include all the files
* listed below.
*
*
* 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 cal-heatmap
*
*= require fonts
*
*= require bootstrap-add-bs5
*= require admin2
*/
22 changes: 0 additions & 22 deletions app/assets/stylesheets/admin.css.scss

This file was deleted.

2 changes: 1 addition & 1 deletion app/assets/stylesheets/bootstrap-add-bs5.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and updated to Bootstrap 5 standards.
}

body {
background: image-url('blue_bg.jpg') top center repeat;
background: url('blue_bg.jpg') top center repeat;
}

.footer-bar {
Expand Down
8 changes: 4 additions & 4 deletions app/assets/stylesheets/fonts.css
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
@font-face {
font-family: 'allerregular';
src: font-url('aller_rg-webfont.woff2') format('woff2');
src: url('aller_rg-webfont.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'alleritalic';
src: font-url('aller_it-webfont.woff2') format('woff2');
src: url('aller_it-webfont.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'allerbold';
src: font-url('aller_bd-webfont.woff2') format('woff2');
src: url('aller_bd-webfont.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'allerbold_italic';
src: font-url('aller_bdit-webfont.woff2') format('woff2');
src: url('aller_bdit-webfont.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}

0 comments on commit bc9bdf9

Please sign in to comment.