diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/default/views/statistic.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/default/views/statistic.variables')
| -rw-r--r-- | semantic/src/themes/default/views/statistic.variables | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/semantic/src/themes/default/views/statistic.variables b/semantic/src/themes/default/views/statistic.variables deleted file mode 100644 index f8bfd76..0000000 --- a/semantic/src/themes/default/views/statistic.variables +++ /dev/null @@ -1,111 +0,0 @@ -/******************************* - Statistic -*******************************/ - -/*------------------- - View ---------------------*/ - -@verticalMargin: 1em; -@margin: @verticalMargin 0; -@textAlign: center; -@maxWidth: none; - -/* Group */ -@horizontalSpacing: 1.5em; -@rowSpacing: 1em; -@groupMargin: @verticalMargin -@horizontalSpacing -@rowSpacing; - -/* Group Element */ -@elementMargin: 0 @horizontalSpacing @rowSpacing; -@elementMaxWidth: @maxWidth; - -/*------------------- - Content ---------------------*/ - -/* Value */ -@valueFont: @pageFont; -@valueFontWeight: @normal; -@valueLineHeight: 1em; -@valueColor: @black; -@valueTextTransform: uppercase; - -/* Label */ -@labelSize: @relativeMedium; -@topLabelDistance: 0; -@bottomLabelDistance: 0; -@labelFont: @headerFont; -@labelFontWeight: @bold; -@labelColor: @textColor; -@labelLineHeight: @relativeLarge; -@labelTextTransform: uppercase; - -/* Text */ -@textValueLineHeight: 1em; -@textValueMinHeight: 2em; -@textValueFontWeight: @bold; - -/* Label Image */ -@imageHeight: 3rem; -@imageVerticalAlign: baseline; - -/*------------------- - Types ---------------------*/ - -@horizontalGroupElementMargin: 1em 0; -@horizontalLabelDistance: 0.75em; - -/*------------------- - Variations ---------------------*/ - -/* Floated */ -@leftFloatedMargin: 0 2em 1em 0; -@rightFloatedMargin: 0 0 1em 2em; - -/* Inverted */ -@invertedValueColor: @white; -@invertedLabelColor: @invertedTextColor; - -/* Item Width */ -@itemGroupMargin: 0 0 -@rowSpacing; -@itemMargin: 0 0 @rowSpacing; - -/* Stackable */ -@stackableRowSpacing: 2rem; -@stackableGutter: 2rem; - -/* Size */ -@miniTextValueSize: 1rem; -@miniValueSize: 1.5rem; -@miniHorizontalValueSize: 1.5rem; - -@tinyTextValueSize: 1rem; -@tinyValueSize: 2rem; -@tinyHorizontalValueSize: 2rem; - -@smallTextValueSize: 1rem; -@smallValueSize: 3rem; -@smallHorizontalValueSize: 2rem; - -@textValueSize: 2rem; -@valueSize: 4rem; -@horizontalValueSize: 3rem; - -@largeTextValueSize: 2.5rem; -@largeValueSize: 5rem; -@largeHorizontalValueSize: 4rem; - -@bigTextValueSize: 2.5rem; -@bigValueSize: 5.5rem; -@bigHorizontalValueSize: 4.5rem; - -@hugeTextValueSize: 2.5rem; -@hugeValueSize: 6rem; -@hugeHorizontalValueSize: 5rem; - -@massiveTextValueSize: 3rem; -@massiveValueSize: 7rem; -@massiveHorizontalValueSize: 6rem; |