Skip to content

Commit a851506

Browse files
KL186023KL186023
authored andcommitted
chore(dynamic-forms): update slider label using new classes
1 parent afb48b6 commit a851506

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

src/platform/dynamic-forms/dynamic-elements/dynamic-slider/dynamic-slider.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<div class="dynamic-slider-wrapper relative push-top" flex layout="column">
2-
<label class="mat-form-field-placeholder mat-float td-slider-label" [class.mat-focused]="slider._isActive"> {{label}} <span *ngIf="required" class="mat-placeholder-required">*</span></label>
1+
<div class="dynamic-slider-wrapper relative push-top-sm">
2+
<span class="mat-form-field-placeholder-wrapper">
3+
<label class="mat-form-field-placeholder mat-float mat-form-field-float td-slider-label" [class.mat-focused]="slider._isActive"> {{label}} <span *ngIf="required" class="mat-placeholder-required">*</span></label>
4+
</span>
35
<div layout="row" layout-align="start center" flex>
46
<md-slider #slider
57
[(ngModel)]="value"
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
.td-slider-label {
2-
padding-bottom: 0px !important;
3-
top: 0px;
4-
}

0 commit comments

Comments
 (0)