Visual fix for input on API pages
This commit is contained in:
parent
fda1e3d800
commit
0c496b33ae
1 changed files with 3 additions and 0 deletions
|
@ -63,7 +63,10 @@
|
|||
width: 100%;
|
||||
padding: 0.25rem calc(2rem + 4px) 0.25rem 0.75rem;
|
||||
|
||||
border-top: none;
|
||||
border-right: none;
|
||||
border-bottom: 1px solid $lbry-gray-1;
|
||||
border-left: none;
|
||||
border-radius: 0; // TODO: Put this rule in components on inputs
|
||||
font-size: 0.8rem;
|
||||
line-height: 2rem;
|
||||
|
|
Loading…
Reference in a new issue