Commit 67449173 authored by Enrique Alcantara's avatar Enrique Alcantara

Remove unused form-control-label selector

parent 6418ffac
...@@ -41,14 +41,6 @@ label { ...@@ -41,14 +41,6 @@ label {
margin: 0; margin: 0;
} }
.form-label {
@extend label;
}
.form-control-label {
@extend .col-md-2;
}
.inline-input-group { .inline-input-group {
width: 250px; width: 250px;
} }
...@@ -81,11 +73,6 @@ label { ...@@ -81,11 +73,6 @@ label {
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
.form-control-label {
font-weight: $gl-font-weight-bold;
padding-top: 4px;
}
.form-control { .form-control {
height: 29px; height: 29px;
background: $white-light; background: $white-light;
...@@ -115,7 +102,6 @@ label { ...@@ -115,7 +102,6 @@ label {
@include media-breakpoint-down(xs) { @include media-breakpoint-down(xs) {
padding: 0 $gl-padding; padding: 0 $gl-padding;
.form-control-label,
.text-block { .text-block {
padding-left: 0; padding-left: 0;
} }
...@@ -175,12 +161,6 @@ label { ...@@ -175,12 +161,6 @@ label {
margin-top: 35px; margin-top: 35px;
} }
.form-group .form-control-label,
.form-group .form-control-label-full-width {
font-weight: $gl-font-weight-normal;
}
.form-control::placeholder { .form-control::placeholder {
color: $gl-text-color-tertiary; color: $gl-text-color-tertiary;
} }
...@@ -224,7 +204,8 @@ label { ...@@ -224,7 +204,8 @@ label {
border: 1px solid $green-600; border: 1px solid $green-600;
&:focus { &:focus {
box-shadow: 0 0 0 1px $green-600 inset, 0 1px 1px $gl-field-focus-shadow inset, 0 0 4px 0 $green-600; box-shadow: 0 0 0 1px $green-600 inset, 0 1px 1px $gl-field-focus-shadow inset,
0 0 4px 0 $green-600;
border: 0 none; border: 0 none;
} }
} }
...@@ -233,7 +214,8 @@ label { ...@@ -233,7 +214,8 @@ label {
border: 1px solid $red-500; border: 1px solid $red-500;
&:focus { &:focus {
box-shadow: 0 0 0 1px $red-500 inset, 0 1px 1px $gl-field-focus-shadow inset, 0 0 4px 0 $gl-field-focus-shadow-error; box-shadow: 0 0 0 1px $red-500 inset, 0 1px 1px $gl-field-focus-shadow inset,
0 0 4px 0 $gl-field-focus-shadow-error;
border: 0 none; border: 0 none;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment