aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/basic/views/card.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/basic/views/card.variables
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/src/themes/basic/views/card.variables')
-rw-r--r--semantic/src/themes/basic/views/card.variables35
1 files changed, 0 insertions, 35 deletions
diff --git a/semantic/src/themes/basic/views/card.variables b/semantic/src/themes/basic/views/card.variables
deleted file mode 100644
index e612fe4..0000000
--- a/semantic/src/themes/basic/views/card.variables
+++ /dev/null
@@ -1,35 +0,0 @@
-/*******************************
- Card
-*******************************/
-
-/*-------------------
- View
---------------------*/
-
-@width: 250px;
-@background: transparent;
-@border: none;
-@boxShadow: none;
-
-@contentPadding: 1em 0em;
-
-@rowSpacing: 1.5em;
-@groupCardMargin: 0em @horizontalSpacing @rowSpacing;
-
-@extraBackground: transparent;
-@extraDivider: none;
-@extraBoxShadow: none;
-@extraPadding: 0.5em 0em;
-
-@extraLinkColor: @textColor;
-@extraLinkHoverColor: @linkHoverColor;
-
-@headerFontSize: @relativeLarge;
-@headerLinkColor: @textColor;
-@headerLinkHoverColor: @linkHoverColor;
-
-@imageBorderRadius: @borderRadius;
-@imageBorder: 1px solid @borderColor;
-
-@linkHoverBackground: transparent;
-@linkHoverBoxShadow: none; \ No newline at end of file