From d8bd57901e33a7057e26e782e295099ffcc0da89 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 6 Sep 2017 23:04:13 -0700 Subject: Removing webapp --- webapp/sass/components/_inputs.scss | 71 ------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 webapp/sass/components/_inputs.scss (limited to 'webapp/sass/components/_inputs.scss') diff --git a/webapp/sass/components/_inputs.scss b/webapp/sass/components/_inputs.scss deleted file mode 100644 index 4d99e00e4..000000000 --- a/webapp/sass/components/_inputs.scss +++ /dev/null @@ -1,71 +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; - } - - &[disabled], - [readonly] { - @include alpha-property(background, $white, .1); - color: inherit; - cursor: auto; - } -} - -fieldset { - &[disabled] { - .form-control { - @include alpha-property(background, $white, .1); - color: inherit; - cursor: auto; - } - } -} - -.admin-textarea { - resize: none; -} - -input { - &[type='radio'], - &[type='checkbox'] { - font-size: 14px; - margin-top: 3px; - } -} - -input::-webkit-file-upload-button { - display: none -} - -::-webkit-input-placeholder { /* Chrome/Opera/Safari */ - color: inherit; - opacity: 0.5; -} - -::-moz-placeholder { /* Firefox 19+ */ - color: inherit; - opacity: 0.5; -} - -:-ms-input-placeholder { /* IE 10+ */ - color: inherit; - opacity: 0.5; -} - -:-moz-placeholder { /* Firefox 18- */ - color: inherit; - opacity: 0.5; -} -- cgit v1.2.3-1-g7c22