summaryrefslogtreecommitdiff
path: root/src/assets/styles/_form-components.scss
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-01-29 05:16:44 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-01-29 05:17:48 +0300
commitff4ab407dac4b5652bf8b7a096894ba461a6cf6a (patch)
tree7d7e9f96d1f2e41a702792c3268b81629f3021be /src/assets/styles/_form-components.scss
parent5fa09a25c207d13ec1c9a8df92fc058f15a872e1 (diff)
downloadwebui-vue-ff4ab407dac4b5652bf8b7a096894ba461a6cf6a.tar.xz
Revert "Update local user layout and styles"
Merged accidentally. Did not have proper +1s/+2s. The author will resubmit. Apologies for the noise. This reverts commit 5fa09a25c207d13ec1c9a8df92fc058f15a872e1. Change-Id: I59a792193f94f51c6f499c385305db919cf43927 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'src/assets/styles/_form-components.scss')
-rw-r--r--src/assets/styles/_form-components.scss29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/assets/styles/_form-components.scss b/src/assets/styles/_form-components.scss
deleted file mode 100644
index 41b291b2..00000000
--- a/src/assets/styles/_form-components.scss
+++ /dev/null
@@ -1,29 +0,0 @@
-.form-text {
- margin-top: -$spacer / 4;
- margin-bottom: $spacer / 2;
- color: $gray-800;
-}
-
-.col-form-label {
- color: $gray-800;
- font-size: 14px;
-}
-
-.form-group {
- margin-bottom: $spacer * 2;
-}
-
-.custom-select,
-.custom-control-label,
-.form-control {
- //important needed to override validation colors on radio labels
- color: $gray-900!important;
- border-color: $gray-400!important;
- &::before {
- border-color: $primary;
- }
- &.is-invalid,
- &:invalid {
- border-bottom: 2px solid $danger!important;
- }
-} \ No newline at end of file