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/github/elements/step.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/github/elements/step.variables')
| -rw-r--r-- | semantic/src/themes/github/elements/step.variables | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/semantic/src/themes/github/elements/step.variables b/semantic/src/themes/github/elements/step.variables deleted file mode 100644 index ff8dad8..0000000 --- a/semantic/src/themes/github/elements/step.variables +++ /dev/null @@ -1,26 +0,0 @@ -/*------------------- - Step Variables ---------------------*/ - -/* Step */ -@background: transparent linear-gradient(transparent, rgba(0, 0, 0, 0.07)); -@verticalPadding: 1em; - -@arrowDisplay: none; -@lastArrowDisplay: none; -@activeArrowDisplay: block; -@activeLastArrowDisplay: block; - -/* Group */ -@stepsBackground: #FFFFFF; -@stepsBoxShadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15); - -/* States */ -@activeBackground: #FFFFFF; -@activeIconColor: @darkTextColor; - -/* Arrow */ -@arrowTopOffset: 100%; -@arrowRightOffset: 50%; -@arrowBorderColor: rgba(0, 0, 0, 0.2); -@arrowBorderWidth: 0px 0px @borderWidth @borderWidth; |