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/flat | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/flat')
| -rw-r--r-- | semantic/src/themes/flat/collections/form.overrides | 28 | ||||
| -rw-r--r-- | semantic/src/themes/flat/collections/form.variables | 74 | ||||
| -rw-r--r-- | semantic/src/themes/flat/globals/site.overrides | 3 | ||||
| -rw-r--r-- | semantic/src/themes/flat/globals/site.variables | 106 |
4 files changed, 0 insertions, 211 deletions
diff --git a/semantic/src/themes/flat/collections/form.overrides b/semantic/src/themes/flat/collections/form.overrides deleted file mode 100644 index 68f40fe..0000000 --- a/semantic/src/themes/flat/collections/form.overrides +++ /dev/null @@ -1,28 +0,0 @@ -/******************************* - Overrides -*******************************/ - -.ui.form input[type="text"], -.ui.form input[type="email"], -.ui.form input[type="date"], -.ui.form input[type="password"], -.ui.form input[type="number"], -.ui.form input[type="url"], -.ui.form input[type="tel"] { - border-bottom: 1px solid #DDDDDD; -} - -.ui.form .selection.dropdown { - border: none; - box-shadow: none !important; - border-bottom: 1px solid #DDDDDD; - border-radius: 0em !important; -} -.ui.form .selection.dropdown > .menu { - border-top-width: 1px !important; - border-radius: @defaultBorderRadius !important; -} - -.ui.form .ui.icon.input > .icon { - width: 1em; -}
\ No newline at end of file diff --git a/semantic/src/themes/flat/collections/form.variables b/semantic/src/themes/flat/collections/form.variables deleted file mode 100644 index d649997..0000000 --- a/semantic/src/themes/flat/collections/form.variables +++ /dev/null @@ -1,74 +0,0 @@ -/******************************* - Form -*******************************/ - -/*------------------- - Elements ---------------------*/ - - -/* Text */ -@paragraphMargin: 1em 0em; - -/* Field */ -@fieldMargin: 0em 0em 1em; - -/* Form Label */ -@labelFontSize: @relative11px; -@labelTextTransform: uppercase; - -@groupedLabelTextTransform: none; - -/* Input */ -@inputHorizontalPadding: 0.5em; -@inputBackground: transparent; -@inputBorder: none; -@inputBorderRadius: 0em; -@inputBoxShadow: none; -@invertedInputColor: @invertedTextColor; - -@textAreaPadding: 1em; -@textAreaBackground: transparent; -@textAreaFocusBackground: #EEEEEE; -@textAreaBorder: 1px solid #DDDDDD; - -/* Divider */ -@dividerMargin: 1em 0em; - -/* Validation Prompt */ -@validationMargin: 0em 0em 0em 1em; -@validationArrowOffset: -0.3em; - -/*------------------- - States ---------------------*/ - -/* Disabled */ - -/* Focus */ -@inputFocusPointerSize: 0px; -@inputErrorPointerSize: 0px; - -/* Dropdown Error */ -@dropdownErrorHoverBackground: #FFF2F2; -@dropdownErrorActiveBackground: #FDCFCF; - -/* Focused Error */ -@inputErrorFocusBackground: @negativeBackgroundColor; -@inputErrorFocusColor: @negativeColorHover; -@inputErrorFocusBorder: @negativeBorderColor; -@inputErrorFocusBoxShadow: @inputErrorPointerSize 0em 0em 0em @negativeColorHover inset; - -/* Placeholder */ -@inputPlaceholderColor: lighten(@inputColor, 55); -@inputPlaceholderFocusColor: lighten(@inputColor, 35); -@inputErrorPlaceholderColor: lighten(@formErrorColor, 10); -@inputErrorPlaceholderFocusColor: lighten(@formErrorColor, 5); - -/* Loading */ -@formLoaderDimmerColor: rgba(255, 255, 255, 0.6); -@formLoaderPath: "@{imagePath}/loader-large.gif"; -@formLoaderPosition: 50% 50%; - -/* (x) Wide Field */ -@gutterWidth: 1.5em; diff --git a/semantic/src/themes/flat/globals/site.overrides b/semantic/src/themes/flat/globals/site.overrides deleted file mode 100644 index c5c5336..0000000 --- a/semantic/src/themes/flat/globals/site.overrides +++ /dev/null @@ -1,3 +0,0 @@ -/******************************* - Overrides -*******************************/ diff --git a/semantic/src/themes/flat/globals/site.variables b/semantic/src/themes/flat/globals/site.variables deleted file mode 100644 index e335b59..0000000 --- a/semantic/src/themes/flat/globals/site.variables +++ /dev/null @@ -1,106 +0,0 @@ -/******************************* - Site Settings -*******************************/ - -/*------------------- - Paths ---------------------*/ - -@imagePath : "../../themes/default/assets/images"; -@fontPath : "../../themes/default/assets/fonts"; - -/*------------------- - Fonts ---------------------*/ - -@headerFont : "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; -@pageFont : "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; - -/*------------------- - Site Colors ---------------------*/ - -/*--- Colors ---*/ -@blue : #0074D9; -@green : #2ECC40; -@orange : #FF851B; -@pink : #D9499A; -@purple : #A24096; -@red : #FF4136; -@teal : #39CCCC; -@yellow : #FFCB08; - -@black : #191919; -@grey : #CCCCCC; -@white : #FFFFFF; - -/*--- Light Colors ---*/ -@lightBlue : #54C8FF; -@lightGreen : #2ECC40; -@lightOrange : #FF851B; -@lightPink : #FF8EDF; -@lightPurple : #CDC6FF; -@lightRed : #FF695E; -@lightTeal : #6DFFFF; -@lightYellow : #FFE21F; - -@primaryColor : @blue; -@secondaryColor : @black; - - -/*------------------- - Page ---------------------*/ - -@bodyBackground : #FCFCFC; -@fontSize : 14px; -@textColor : rgba(0, 0, 0, 0.8); - -@headerMargin : 1em 0em 1rem; -@paragraphMargin : 0em 0em 1em; - -@linkColor : #009FDA; -@linkUnderline : none; -@linkHoverColor : lighten( @linkColor, 5); -@linkHoverUnderline : @linkUnderline; - -@highlightBackground : #FFFFCC; -@highlightColor : @textColor; - - - -/*------------------- - Background Colors ---------------------*/ - -@subtleTransparentBlack : rgba(0, 0, 0, 0.03); -@transparentBlack : rgba(0, 0, 0, 0.05); -@strongTransparentBlack : rgba(0, 0, 0, 0.10); - -@subtleTransparentWhite : rgba(255, 255, 255, 0.01); -@transparentWhite : rgba(255, 255, 255, 0.05); -@strongTransparentWhite : rgba(255, 255, 255, 0.01); - -/* Used for differentiating neutrals */ -@subtleGradient: linear-gradient(transparent, rgba(0, 0, 0, 0.05)); - -/* Used for differentiating layers */ -@subtleShadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.05); - - -/*------------------- - Grid ---------------------*/ - -@columnCount: 16; - -/*------------------- - Breakpoints ---------------------*/ - -@mobileBreakpoint : 320px; -@tabletBreakpoint : 768px; -@computerBreakpoint : 992px; -@largeMonitorBreakpoint : 1400px; -@widescreenMonitorBreakpoint : 1900px; - |