Skip to content

Commit

Permalink
Merge pull request #148 from movableink/nicksteffens/sc-90836/additio…
Browse files Browse the repository at this point in the history
…nal-inkux-cleanup

style: task 39 - fluid input wrapper
  • Loading branch information
nicksteffens authored Aug 17, 2023
2 parents 9b75ab7 + a552b1f commit 3749cae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/styles/fluid/functional-components/fluid-input.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.fluid-input {
@apply border border-neutral-300 rounded-sm inline-block py-1 px-2 shadow-sm;
@apply border border-neutral-300 rounded-sm inline-block py-1 px-2 shadow-sm text-neutral-700;
font-size: 16px;
color: theme('colors.neutral.700');
font-family: 'Open Sans';

&--full-width {
Expand All @@ -17,11 +16,11 @@
}

&:disabled {
color: theme('colors.neutral.600');
@apply text-neutral-600;
}

&__wrapper {
@apply bg-neutral-100;
@apply bg-white;
align-items: center;
display: inline-flex;
position: relative;
Expand Down

0 comments on commit 3749cae

Please sign in to comment.