diff --git a/src/common/MetaRow/MetaRowPlaceholder/styles.less b/src/common/MetaRow/MetaRowPlaceholder/styles.less index ffa7bcbc4..a54564d84 100644 --- a/src/common/MetaRow/MetaRowPlaceholder/styles.less +++ b/src/common/MetaRow/MetaRowPlaceholder/styles.less @@ -24,8 +24,8 @@ display: flex; flex-direction: row; align-items: center; - max-width: 10rem; - padding: 0.4rem 0.2rem; + max-width: 12rem; + padding: 0.2rem; &:focus, &:hover { outline: none; @@ -36,7 +36,9 @@ .label { flex: 0 1 auto; max-height: 1.2em; + font-size: 1.3rem; font-weight: 500; + text-transform: uppercase; color: var(--color-placeholder-text); } diff --git a/src/common/MetaRow/styles.less b/src/common/MetaRow/styles.less index 4f6fa18ec..1d3fd9254 100644 --- a/src/common/MetaRow/styles.less +++ b/src/common/MetaRow/styles.less @@ -23,8 +23,8 @@ display: flex; flex-direction: row; align-items: center; - max-width: 10rem; - padding: 0.4rem 0.2rem; + max-width: 12rem; + padding: 0.2rem; &:focus { outline: none; @@ -35,7 +35,9 @@ .label { flex: 0 1 auto; max-height: 1.2em; + font-size: 1.3rem; font-weight: 500; + text-transform: uppercase; color: @color-secondaryvariant2-light1-90; }