Skip to content

Commit

Permalink
chore(deps): update taiga-ui dev infra to v0.173.0 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 12, 2024
1 parent 56f44d9 commit 06e73b8
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 321 deletions.
20 changes: 10 additions & 10 deletions apps/demo/src/app/home/home.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@ tui-dialog[data-appearance='call'][data-size] {
block-size: calc(100% + var(--border-width) * 2);
background: linear-gradient(
60deg,
hsl(224 85% 66%),
hsl(269 85% 66%),
hsl(314 85% 66%),
hsl(359 85% 66%),
hsl(44 85% 66%),
hsl(89 85% 66%),
hsl(134 85% 66%),
hsl(179 85% 66%)
hsl(224, 85%, 66%),
hsl(269, 85%, 66%),
hsl(314, 85%, 66%),
hsl(359, 85%, 66%),
hsl(44, 85%, 66%),
hsl(89, 85%, 66%),
hsl(134, 85%, 66%),
hsl(179, 85%, 66%)
);
background-size: 300% 300%;
background-position: 0 50%;
Expand Down Expand Up @@ -133,12 +133,12 @@ tui-dialog[data-appearance='call'][data-size] {
}

.missed [data-appearance='custom'] {
background: rgb(210 58 71);
background: rgb(210, 58, 71);
transform: rotate(135deg);
}

.income [data-appearance='custom'] {
background: rgb(39 187 100);
background: rgb(39, 187, 100);
}

.buttons {
Expand Down
Loading

0 comments on commit 06e73b8

Please sign in to comment.