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/modules/embed.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/default/modules/embed.variables')
| -rw-r--r-- | semantic/src/themes/default/modules/embed.variables | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/semantic/src/themes/default/modules/embed.variables b/semantic/src/themes/default/modules/embed.variables deleted file mode 100644 index 0d14bc6..0000000 --- a/semantic/src/themes/default/modules/embed.variables +++ /dev/null @@ -1,53 +0,0 @@ -/******************************* - Video -*******************************/ - -/*------------------- - Element ---------------------*/ - -/* Simple */ -@background: @lightGrey; -@transitionDuration: 0.5s; -@transitionEasing: @defaultEasing; - -/* Placeholder */ -@placeholderUnderlay: @background; - -/* Placeholder Overlayed Background */ -@placeholderBackground: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3)); -@placeholderBackgroundOpacity: 0.5; -@placeholderBackgroundTransition: opacity @transitionDuration @transitionEasing; - -/* Icon */ -@iconBackground: @veryStrongTransparentBlack; -@iconSize: 6rem; -@iconTransition: - opacity @transitionDuration @transitionEasing, - color @transitionDuration @transitionEasing -; -@iconColor: @white; -@iconShadow: - 0 2px 10px rgba(34, 36, 38, 0.2) -; -@iconZIndex: 10; - -/*------------------- - States ---------------------*/ - -/* Hover */ -@hoverPlaceholderBackground: @placeholderBackground; -@hoverPlaceholderBackgroundOpacity: 1; -@hoverIconColor: @white; - - -/*------------------- - Variations ---------------------*/ - -/* Aspect Ratios */ -@squareRatio: (1/1) * 100%; -@widescreenRatio: (9/16) * 100%; -@ultraWidescreenRatio: (9/21) * 100%; -@standardRatio: (3/4) * 100%; |