Pretty usable.
[wolnelektury.git] / src / wolnelektury / static / 2021 / css / utils / _vars.scss
diff --git a/src/wolnelektury/static/2021/css/utils/_vars.scss b/src/wolnelektury/static/2021/css/utils/_vars.scss
deleted file mode 100644 (file)
index e5f5623..0000000
+++ /dev/null
@@ -1,64 +0,0 @@
-/* ------------------------------
-    Util: Vars
------------------------------- */
-
-/* Env */
-$production: false;
-
-$images-path: "/images" !default;
-
-@if $production == true {
-  $images-path: "/images";
-} @else {
-  $images-path: "../images";
-}
-
-/* Colors */
-$color-primary:                  #018189;
-$color-secondary:              #96C13D;
-
-$color-white:         #ffffff;
-$color-black:         #000000;
-$color-darker:        #0e0f0f;
-$color-dark:          #3E3E3E;
-$color-gray:          #666666;
-$color-light-gray:    #CCCCCC;
-
-$color-light-blue:    #E5F4FF;
-$color-yellow:        #FBC40F;
-
-
-$color-action:        #3498db;
-$color-error:         #e33147;
-$color-success:       #2ecc71;
-
-/* Typography */
-$base-font-size: 16px;
-$base-font: "Roboto", sans-serif;
-$secondary-font: "Merriweather", serif;
-$font-path: "../fonts" !default;
-
-$light:    300;
-$regular:  400;
-$medium:   500;
-$semibold: 600;
-$bold:     700;
-
-/* Layers */
-$master-layer:  15;
-$top-layer:     10;
-$middle-layer:  5;
-$default-layer: 0;
-$bottom-layer: -5;
-
-/* Animations */
-$ease:         cubic-bezier(.4, 0, .2, 1);
-$ease-in:      cubic-bezier(.4, 0, 1, 1);
-$ease-out:     cubic-bezier(.0, 0, .2, 1);
-$ease-dynamic: cubic-bezier(0.25, 1, 0.5, 1);
-$duration: 250ms;
-
-/* Icons */
-$icomoon-font-family: "kancelaria" !default;
-$icomoon-font-path: "../fonts" !default;
-