Skip to content

Commit

Permalink
mre
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertCarreras committed Oct 25, 2024
1 parent 99f01ba commit fe86b80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/gestalt/src/TextField/VRInternalTextField.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
.sm_visibleLabel {
padding-top: calc(
var(--sema-space-100) + var(--sema-space-50) +
(var(--sema-font-size-ui-sm) * var(--sema-font-lineheight-ui-sm))
var(--sema-font-lineheight-ui-xs)
);
}

Expand Down Expand Up @@ -103,7 +103,7 @@ html:not([dir="rtl"]) .sm_label {
}

.sm_labelPos {
top: var(--sema-space-100);
top: calc(var(--sema-space-100) + var(--sema-space-50));
}

html:not([dir="rtl"]) .sm_actionButton {
Expand All @@ -129,8 +129,8 @@ html[dir="rtl"] .sm_actionButton {

.md_visibleLabel {
padding-top: calc(
var(--sema-space-300) + var(--sema-space-50) +
(var(--sema-font-size-ui-md) * var(--sema-font-lineheight-ui-md))
var(--sema-space-200) + var(--sema-space-50) +
var(--sema-font-lineheight-ui-xs)
);
}

Expand Down Expand Up @@ -159,7 +159,7 @@ html:not([dir="rtl"]) .md_label {
}

.md_labelPos {
top: var(--sema-space-200);
top: calc(var(--sema-space-200) + var(--sema-space-50));
}

html:not([dir="rtl"]) .md_actionButton {
Expand All @@ -181,8 +181,8 @@ html[dir="rtl"] .md_actionButton {

.lg_visibleLabel {
padding-top: calc(
var(--sema-space-400) + var(--sema-space-100) +
(var(--sema-font-size-ui-md) * var(--sema-font-lineheight-ui-md))
var(--sema-space-300) + var(--sema-space-100) + var(--sema-space-100) +
var(--sema-font-lineheight-ui-xs)
);
}

Expand Down Expand Up @@ -211,7 +211,7 @@ html:not([dir="rtl"]) .lg_label {
}

.lg_labelPos {
top: var(--sema-space-300);
top: calc(var(--sema-space-300) + var(--sema-space-100));
}

html:not([dir="rtl"]) .lg_actionButton {
Expand Down

0 comments on commit fe86b80

Please sign in to comment.