Skip to content

Commit

Permalink
feat(addon-mobile): Chip add mobile styles (#10461)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Feb 26, 2025
1 parent a6e3e5e commit 4f9f612
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions projects/addon-mobile/styles/common/chip.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
tui-chip,
[tuiChip] {
border-radius: 2rem;

&[data-size='s'] {
--t-size: 1.875rem;
--t-padding: 0.6875rem;
}

&[data-size='m'] {
--t-size: 2rem;
--t-padding: 0.875rem;
}
}
1 change: 1 addition & 0 deletions projects/addon-mobile/styles/taiga-ui-mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
@import 'common/button.less';
@import 'common/title.less';
@import 'common/card-large.less';
@import 'common/chip.less';
@import 'common/segmented.less';
@import 'common/header.less';
@import 'common/message.less';
Expand Down

0 comments on commit 4f9f612

Please sign in to comment.