Skip to content

Commit

Permalink
style inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sup2point0 committed May 16, 2024
1 parent 306a8ec commit 67719ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions create/essence.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ body {
input {
--this-colour: var(--blue-nova);
--interaction-size: 4px;
width: 10rem;
padding: 0.5rem 1.5rem;
text-align: left;
font-size: 100%;
}
Expand Down
5 changes: 5 additions & 0 deletions live/essence.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ body {
overflow-x: hidden;
}

input {
width: 12rem;
padding: 0.5rem 1.5rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
Expand Down
2 changes: 0 additions & 2 deletions resources/styles/inputs.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
input.interactive {
width: 12rem;
padding: 0.5rem 1.5rem;
border: 2px solid var(--grey-nova);
border-color: none;
border-radius: 2rem;
Expand Down

0 comments on commit 67719ee

Please sign in to comment.