diff options
Diffstat (limited to 'semantic/src/themes/classic/views/card.overrides')
| -rw-r--r-- | semantic/src/themes/classic/views/card.overrides | 98 |
1 files changed, 0 insertions, 98 deletions
diff --git a/semantic/src/themes/classic/views/card.overrides b/semantic/src/themes/classic/views/card.overrides deleted file mode 100644 index 03a88d1..0000000 --- a/semantic/src/themes/classic/views/card.overrides +++ /dev/null @@ -1,98 +0,0 @@ -/******************************* - Item -*******************************/ -/*------------------- - View ---------------------*/ - -/* Item */ -@background: #FFFFFF; -@borderRadius: 0.325rem; -@display: block; -@float: left; -@margin: 0em @horizontalSpacing @rowSpacing; -@minHeight: 0px; -@padding: 0em; -@width: 300px; -@boxShadow: - 0px 0px 0px 1px @borderColor, - 0px 3px 0px 0px @borderColor -; -@border: none; -@zIndex: ''; - -/* Item Group */ -@horizontalSpacing: 0.5em; -@rowSpacing: 2.5em; -@groupMargin: 1em -@horizontalSpacing; - -/*------------------- - Content ---------------------*/ - -/* Image */ -@imageBackground: @transparentBlack; -@imagePadding: 0em; -@imageBorderRadius: @borderRadius @borderRadius 0em 0em; -@imageBoxShadow: none; -@imageBorder: none; - -/* Content */ -@contentMargin: 0em; -@contentPadding: 0.75em 1em; -@contentFontSize: 1em; -@contentBorder: none; -@contentBorderRadius: 0em; -@contentBoxShadow: none; - -/* Title */ -@titleMargin: 0em; -@titleFont: @headerFont; -@titleFontWeight: bold; -@titleFontSize: 1.25em; -@titleColor: @darkTextColor; - -/* Metadata */ -@metaColor: @lightTextColor; - -/* Description */ -@descriptionDistance: 0.75em; -@descriptionColor: @lightTextColor; - -/* Image */ -@imageSpacing: 0.25em; -@contentImageWidth: 2em; -@contentImageVerticalAlign: middle; - -/* Paragraph */ -@paragraphDistance: 0.1em; - -/* Additional Content */ -@extraDisplay: absolute; -@extraTop: 100%; -@extraLeft: 0em; -@extraWidth: 100%; - -@extraPadding: 0.5em 0.75em; -@extraColor: @lightTextColor; -@extraTransition: color @defaultDuration @defaultEasing; - -/*------------------- - States ---------------------*/ - -@hoverCursor: pointer; -@hoverZIndex: 5; -@hoverBorder: none; -@hoverBoxShadow: - 0px 0px 0px 1px @selectedBorderColor, - 0px 3px 0px 0px @selectedBorderColor -; - - -/*------------------- - Variations ---------------------*/ - -/* Sizes */ -@medium: 1em;
\ No newline at end of file |