aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/default/modules/sidebar.variables
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/default/modules/sidebar.variables
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/default/modules/sidebar.variables')
-rw-r--r--semantic/src/themes/default/modules/sidebar.variables45
1 files changed, 0 insertions, 45 deletions
diff --git a/semantic/src/themes/default/modules/sidebar.variables b/semantic/src/themes/default/modules/sidebar.variables
deleted file mode 100644
index 2502c6a..0000000
--- a/semantic/src/themes/default/modules/sidebar.variables
+++ /dev/null
@@ -1,45 +0,0 @@
-/*******************************
- Sidebar
-*******************************/
-
-/*-------------------
- Content
---------------------*/
-
-/* Animation */
-@perspective: 1500px;
-@duration: 500ms;
-@easing: @defaultEasing;
-
-/* Dimmer */
-@dimmerColor: rgba(0, 0, 0, 0.4);
-@dimmerTransition: opacity @duration;
-
-/* Color below page */
-@canvasBackground: @lightBlack;
-
-/* Shadow */
-@boxShadow: 0 0 20px @borderColor;
-@horizontalBoxShadow: @boxShadow;
-@verticalBoxShadow: @boxShadow;
-
-/* Layering */
-@bottomLayer: 1;
-@middleLayer: 2;
-@fixedLayer: 101;
-@topLayer: 102;
-@dimmerLayer: 1000;
-
-/*-------------------
- Variations
---------------------*/
-
-/* Width */
-@veryThinWidth: 60px;
-@thinWidth: 150px;
-@width: 260px;
-@wideWidth: 350px;
-@veryWideWidth: 475px;
-
-/* Height */
-@height: 36px;