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/collections/form.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/github/collections/form.variables')
| -rw-r--r-- | semantic/src/themes/github/collections/form.variables | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/semantic/src/themes/github/collections/form.variables b/semantic/src/themes/github/collections/form.variables deleted file mode 100644 index e08c868..0000000 --- a/semantic/src/themes/github/collections/form.variables +++ /dev/null @@ -1,40 +0,0 @@ -/******************************* - Form -*******************************/ - -/*------------------- - Elements ---------------------*/ - -@inputBackground: #FAFAFA; -@inputBorder: 1px solid #CCCCCC; -@inputBoxShadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset; -@inputBorderRadius: 3px; - -@labelFontWeight: bold; -@labelDistance: 6px; - -/*------------------- - States ---------------------*/ - -@inputFocusBackground: #FFFFFF; -@inputFocusBoxShadow: - 0px 1px 2px rgba(0, 0, 0, 0.075) inset, - 0px 0px 5px rgba(81, 167, 232, 0.5) -; -@inputFocusBorderColor: #51A7E8; -@inputFocusBorderRadius: @inputBorderRadius; - -/*------------------- - Types ---------------------*/ - - -/*------------------- - Variations ---------------------*/ - -/*------------------- - Groups ---------------------*/ |