Simplify components

This commit is contained in:
Pranav
2025-01-12 00:09:32 -08:00
parent dcf0e62785
commit c47ca2f66c
8 changed files with 29 additions and 107 deletions
@@ -14,7 +14,6 @@ $input-height: $space-two * 2;
box-sizing: border-box;
color: $color-body;
display: block;
font-family: $font-family;
font-size: $font-size-medium;
height: $input-height;
line-height: 1.5;
@@ -69,7 +68,6 @@ $input-height: $space-two * 2;
// Form element: Textarea
textarea.form-input {
font-family: $font-family;
@include placeholder {
color: $color-light-gray;