Skip to content

Commit

Permalink
fix(addon-commerce): InputCardGroup increase specitifity
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 23, 2024
1 parent 3894e22 commit abea091
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
transform: translate3d(@wrapper-offset-small, 0, 0);
}

.t-label,
.t-placeholder,
.t-input {
margin-inline-start: 0;
padding-inline-start: 100%;
padding-inline-start: 100% !important;
}
}

Expand All @@ -75,9 +75,9 @@
}

&.t-wrapper_expire {
.t-label,
.t-placeholder,
.t-input {
padding-inline-start: var(--tui-padding-l);
padding-inline-start: var(--tui-padding-l) !important;
}
}
}
Expand Down Expand Up @@ -199,12 +199,13 @@
.textfield-placeholder();
margin: 1.125rem 1rem;
line-height: 1.25rem;
width: auto;
}

.t-ghost {
visibility: hidden;
}

tui-icon {
tui-svg {
z-index: 1;
}

0 comments on commit abea091

Please sign in to comment.