summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/components/_inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/components/_inputs.scss')
-rw-r--r--web/sass-files/sass/components/_inputs.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/web/sass-files/sass/components/_inputs.scss b/web/sass-files/sass/components/_inputs.scss
deleted file mode 100644
index 5e3311182..000000000
--- a/web/sass-files/sass/components/_inputs.scss
+++ /dev/null
@@ -1,26 +0,0 @@
-@charset 'UTF-8';
-
-.form-control {
- @include border-radius($border-rad);
-
- &:focus {
- @include box-shadow(none);
- }
-
- &.no-padding {
- line-height: 32px;
- padding: 0;
- }
-
- &.no-resize {
- resize: none;
- }
-}
-
-.form-control[disabled],
-.form-control[readonly],
-fieldset[disabled] .form-control {
- cursor: auto;
- background: rgba(#fff, .1);
- color: inherit;
-}