Skip to content

Commit

Permalink
add: inputsz
Browse files Browse the repository at this point in the history
  • Loading branch information
borishrncic committed Jul 4, 2024
1 parent 25b4eb8 commit b36b38e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/css/polykit-v0-3.css
Original file line number Diff line number Diff line change
Expand Up @@ -1490,6 +1490,14 @@ input {
padding: 1rem;
}

form input, form textarea {
margin-top: 2px;
margin-bottom: 20px;
padding: 8px;
border-radius: 4px;
font-size: 1rem;
}

/*///////////// ATOMS/INPUTS end /////////////*/
/* --------------------------------------------------------- */
hr {
Expand Down
8 changes: 8 additions & 0 deletions app/scss/02-atoms/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,12 @@ input {
padding: 1rem;
}

form input, form textarea {
margin-top: 2px;
margin-bottom: 20px;
padding: 8px;
border-radius: 4px;
font-size: 1rem;
}

/*///////////// ATOMS/INPUTS end /////////////*/

0 comments on commit b36b38e

Please sign in to comment.