]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/scss/main.sass
CSS: Move src/scss to src/sass
[ipfire.org.git] / src / scss / main.sass
diff --git a/src/scss/main.sass b/src/scss/main.sass
deleted file mode 100644 (file)
index 5b986ea..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-@charset "utf-8"
-
-// Global Settings
-$family-sans-serif:                            Prompt, sans-serif
-
-// Colour Palette
-$primary:                                              #ff2e52
-$secondary:                                    #4a0083
-$green:                                                        #3adb76
-$yellow:                                               #e7e247
-$red:                                                  #cc4b47
-$black:                                                        #000000
-
-// Use the primary colour for links
-$link:                                                 #000000
-
-// Controls
-$control-border-width:                                  4px
-
-// Buttons
-$button-padding-horizontal:                             2rem
-
-// Import Bulma
-@import "../third-party/bulma/sass/utilities/_all.sass"
-@import "../third-party/bulma/sass/base/_all.sass"
-@import "../third-party/bulma/sass/components/_all.sass"
-@import "../third-party/bulma/sass/elements/_all.sass"
-@import "../third-party/bulma/sass/form/_all.sass"
-@import "../third-party/bulma/sass/grid/_all.sass"
-@import "../third-party/bulma/sass/helpers/_all.sass"
-@import "../third-party/bulma/sass/layout/_all.sass"
-
-// Import fonts
-@import "_fonts"
-
-// Import icons
-@import "_icons"
-
-// Custom CSS