Skip to content

Commit 8af6a0a

Browse files
BRIAN T. HANGitHub Enterprise
BRIAN T. HAN
authored and
GitHub Enterprise
committed
fix(text): label and text-input 10px apart & add helvetica (#2349)
1 parent 0871dd3 commit 8af6a0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

consumables/scss/base-elements/text/text.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313

1414
&__input {
1515
@include reset;
16+
@include helvetica;
1617
@include font-size('14');
1718
display: block;
1819
width: 100%;
1920
height: rem(40px);
2021
min-width: 9.375rem;
2122
padding: .825rem 0 .825rem 1rem;
2223
font-weight: 300;
23-
margin: .25rem 0 0;
24+
margin-top: rem(2px);
2425
color: $color__white;
2526
background-color: $color__inputs--bg;
2627
border: 1px solid transparent;

0 commit comments

Comments
 (0)