Skip to content

Commit

Permalink
CSS Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
NKOKKILIGADDA87 committed Jun 28, 2024
1 parent 4200af4 commit f7955b1
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,10 +625,6 @@ input:-internal-autofill-selected {
padding: 0 !important;
}

/* .mat-label-text {
color: rgba(0, 0, 0, 0.6);
} */

.mdc-form-field>label {
color: #000;
}
Expand Down Expand Up @@ -682,33 +678,18 @@ control.mat-mdc-form-field-input-control {
font-weight: 700 !important;
}
.mat-label-text {
color: #999999 !important;
color: #999 !important;
font-size: 15px !important;
font-weight: 550 !important;}
font-weight: 700 !important;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
top: 32px !important;
}
.mdc-floating-label {
will-change: unset !important;
}
/* .mat-label-text {
color: rgba(0, 0, 0, 0.54) !important;
font-weight: 700 !important;
letter-spacing: initial !important;
font-size: 15px !important;
}
.mdc-form-field>label {
color: #000;
font-weight: 700;
}
.mat-mdc-form-field:not(.mat-form-field-no-animations) .mdc-text-field__input {
transition: opacity 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
font-weight: 700;
}
.mat-mdc-form-field:not(.mat-form-field-disabled) .mat-mdc-floating-label.mdc-floating-label {
font-size: 15px !important;
} */

.mat-select-disabled .mat-select-underline {
background-color: transparent;
background-position: 0 bottom;
Expand Down Expand Up @@ -750,4 +731,7 @@ control.mat-mdc-form-field-input-control {

margin-left: -5px !important;
}
.mdc-text-field--filled .mdc-floating-label {
font-family: SF-UI-Display-Regular !important;
}

0 comments on commit f7955b1

Please sign in to comment.