Skip to content

Commit

Permalink
Merge pull request #8502 from shashkovdanil/neoselect-tailwindcss
Browse files Browse the repository at this point in the history
Migrated NeoSelect to tailwindcss
  • Loading branch information
yangwao authored Dec 18, 2023
2 parents fdc3ed1 + 37e6349 commit 37ecbe8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions libs/ui/src/components/NeoSelect/NeoSelect.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@
@import '@oruga-ui/oruga-next/src/scss/utilities/variables.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/animations.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/helpers.scss';
@import '../../scss/variable.scss';

$select-padding: 0.5rem;
$select-height: 3rem;
$select-border-radius: 0;

@import '@oruga-ui/oruga-next/src/scss/components/select.scss';

.neo-select.o-ctrl-sel {
display: inline-block;
max-width: 100%;
@apply inline-block max-w-full;

.o-sel {
@include ktheme() {
color: theme('text-color');
border-color: theme('k-grey');
}
@apply text-text-color border-k-grey;
}
}

Expand Down

0 comments on commit 37ecbe8

Please sign in to comment.