Skip to content

Commit

Permalink
restart redesign from latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
Meow committed Nov 23, 2023
1 parent 064ad7c commit b872cb8
Show file tree
Hide file tree
Showing 207 changed files with 2,850 additions and 4,969 deletions.
51 changes: 51 additions & 0 deletions assets/css/application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/*
* Main stylesheet file.
*
* This generates the base file for the stylesheets used throughout the project.
* Themes should be contained within the "themes" folder, and only contain
* color variations, and optional CSS changes.
*
*/

$fa-font-path: '~@fortawesome/fontawesome-free/webfonts';

@import "~@fortawesome/fontawesome-free/scss/fontawesome.scss";
@import "~@fortawesome/fontawesome-free/scss/solid.scss";
@import "~@fortawesome/fontawesome-free/scss/regular.scss";
@import "~@fortawesome/fontawesome-free/scss/brands.scss";
@import "~normalize-scss/sass/normalize/import-now";

// Import the default theme to act as a fallback.
@import "~themes/dark-blue";

// Files containing common properties, such as variable definitions.
@import "~common/measurements";
@import "~common/mixins";

// General style elements that are used throughout the project.
@import "~elements/avatar";
@import "~elements/base";
@import "~elements/block";
@import "~elements/button";
@import "~elements/dropdown";
@import "~elements/flash";
@import "~elements/flex";
@import "~elements/heading";
@import "~elements/input";
@import "~elements/interaction";
@import "~elements/layout";
@import "~elements/media";
@import "~elements/mobile";
@import "~elements/separator";
@import "~elements/table";

// Style elements specific to certain pages.
@import "~views/admin";
@import "~views/burger";
@import "~views/communication";
@import "~views/header";
@import "~views/markdown";
@import "~views/metabar";
@import "~views/pagination";
@import "~views/statistics";
@import "~views/tag";
13 changes: 0 additions & 13 deletions assets/css/common/_barline.scss

This file was deleted.

Loading

0 comments on commit b872cb8

Please sign in to comment.