fix: fix input
This commit is contained in:
parent
9fb377828f
commit
f655cdbe63
2 changed files with 4 additions and 4 deletions
|
@ -4,6 +4,6 @@ textarea {
|
||||||
background-color: $color-background;
|
background-color: $color-background;
|
||||||
border-radius: $btn-radius;
|
border-radius: $btn-radius;
|
||||||
border: 0px solid rgba(0, 0, 0, 0);
|
border: 0px solid rgba(0, 0, 0, 0);
|
||||||
padding: $lineheight/4;
|
padding: $lineheight_rel / 4;
|
||||||
line-height: $lineheight;
|
line-height: $lineheight_rel;
|
||||||
}
|
}
|
|
@ -1533,8 +1533,8 @@ textarea {
|
||||||
background-color: #fefefe;
|
background-color: #fefefe;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 0px solid rgba(0, 0, 0, 0);
|
border: 0px solid rgba(0, 0, 0, 0);
|
||||||
padding: 0.4rem;
|
padding: 0.4em;
|
||||||
line-height: 1.6rem; }
|
line-height: 1.6em; }
|
||||||
|
|
||||||
/* 1. Utils
|
/* 1. Utils
|
||||||
** All the utilities class of the stylesheet
|
** All the utilities class of the stylesheet
|
||||||
|
|
Reference in a new issue