We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0871dd3 commit 8af6a0aCopy full SHA for 8af6a0a
consumables/scss/base-elements/text/text.scss
@@ -13,14 +13,15 @@
13
14
&__input {
15
@include reset;
16
+ @include helvetica;
17
@include font-size('14');
18
display: block;
19
width: 100%;
20
height: rem(40px);
21
min-width: 9.375rem;
22
padding: .825rem 0 .825rem 1rem;
23
font-weight: 300;
- margin: .25rem 0 0;
24
+ margin-top: rem(2px);
25
color: $color__white;
26
background-color: $color__inputs--bg;
27
border: 1px solid transparent;
0 commit comments