feat: standardize font size and weight for input component and labels
This commit is contained in:
@@ -24,6 +24,8 @@
|
||||
padding: 0.625rem 1rem;
|
||||
border-radius: 0.5rem;
|
||||
color: #212529;
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
|
||||
@@ -14,5 +14,6 @@
|
||||
label {
|
||||
display: block;
|
||||
margin-bottom: 0.375rem;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user