aboutsummaryrefslogtreecommitdiff
path: root/semantic/src/themes/flat/collections
diff options
context:
space:
mode:
Diffstat (limited to 'semantic/src/themes/flat/collections')
-rw-r--r--semantic/src/themes/flat/collections/form.overrides28
-rw-r--r--semantic/src/themes/flat/collections/form.variables74
2 files changed, 0 insertions, 102 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;