Skip to content

Commit

Permalink
chore: apply changes after linting [bot]
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored and taiga-family-bot committed Sep 3, 2024
1 parent 47dba12 commit f07bbcb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions projects/experimental/directives/cell/cell.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
}

&[data-size='s'] {

--t-height: calc(var(--tui-height-s) - 0.5rem);
--t-padding: 0.125rem 1rem;
border-radius: 0.5rem;
Expand Down Expand Up @@ -102,7 +101,6 @@
}

&[data-size='m'] {

--t-height: calc(var(--tui-height-m) - 0.75rem);
--t-padding: 0.375rem 1rem;
border-radius: 0.5rem;
Expand Down Expand Up @@ -130,7 +128,6 @@
}

&[data-size='l'] {

--t-height: calc(var(--tui-height-l) - 1rem);
--t-padding: 0.5rem 1rem;
border-radius: 0.75rem;
Expand Down

0 comments on commit f07bbcb

Please sign in to comment.