mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Fix input styles
This commit is contained in:
parent
13b0d4e86b
commit
6cf469a0e0
1 changed files with 2 additions and 2 deletions
|
|
@ -344,11 +344,11 @@
|
|||
display: block;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 13px 0;
|
||||
padding: 5px 0 4px 0;
|
||||
|
||||
/* Borders */
|
||||
border: none;
|
||||
border-bottom-width: 3px;
|
||||
border-bottom-width: 2px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-color: var(--marketplaceColor);
|
||||
border-radius: 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue