summaryrefslogtreecommitdiff
path: root/resources/sass
diff options
context:
space:
mode:
authorHorus2021-01-14 12:09:03 +0100
committerHorus2021-01-14 12:09:03 +0100
commit5269a15bcffe0a5084092fc61f445c0bee588baa (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /resources/sass
parent0e92c9d4bcf6c3fb422493cd6b44eeced1219c06 (diff)
downloadzeitumstellung-5269a15bcffe0a5084092fc61f445c0bee588baa.tar.gz
Delete Laravel app.
Diffstat (limited to 'resources/sass')
-rw-r--r--resources/sass/_variables.scss19
-rw-r--r--resources/sass/app.scss13
2 files changed, 0 insertions, 32 deletions
diff --git a/resources/sass/_variables.scss b/resources/sass/_variables.scss
deleted file mode 100644
index 0407ab5..0000000
--- a/resources/sass/_variables.scss
+++ /dev/null
@@ -1,19 +0,0 @@
-// Body
-$body-bg: #f8fafc;
-
-// Typography
-$font-family-sans-serif: 'Nunito', sans-serif;
-$font-size-base: 0.9rem;
-$line-height-base: 1.6;
-
-// Colors
-$blue: #3490dc;
-$indigo: #6574cd;
-$purple: #9561e2;
-$pink: #f66d9b;
-$red: #e3342f;
-$orange: #f6993f;
-$yellow: #ffed4a;
-$green: #38c172;
-$teal: #4dc0b5;
-$cyan: #6cb2eb;
diff --git a/resources/sass/app.scss b/resources/sass/app.scss
deleted file mode 100644
index 8352c35..0000000
--- a/resources/sass/app.scss
+++ /dev/null
@@ -1,13 +0,0 @@
-// Fonts
-@import url('https://fonts.googleapis.com/css?family=Nunito');
-
-// Variables
-@import 'variables';
-
-// Bootstrap
-@import '~bootstrap/scss/bootstrap';
-
-#index .btn {
- margin-top: .25rem;
- margin-bottom: .25rem;
-}