Skip to content

Commit 87366b3

Browse files
committed
style: remove animation from various card components
1 parent 4b722c1 commit 87366b3

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/widgets/dashboard/config-profiles/config-profile-card/config-profile-card.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
);
1616
border-color: var(--mantine-color-dark-4);
1717
min-height: 120px;
18+
animation: none;
1819
}
1920

2021
@media (max-width: 48em) {

src/widgets/dashboard/external-squads/external-squad-card/external-squad-card.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
);
1616
border-color: var(--mantine-color-dark-4);
1717
min-height: 120px;
18+
animation: none;
1819
}
1920

2021
@media (max-width: 48em) {

src/widgets/dashboard/internal-squads/internal-squad-card/internal-squad-card.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
border-color: var(--mantine-color-dark-4);
1717
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1818
min-height: 120px;
19+
animation: none;
1920
}
2021

2122
@media (max-width: 48em) {

src/widgets/dashboard/templates/template-card/templates-card.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
var(--mantine-color-dark-8) 100%
1515
);
1616
border-color: var(--mantine-color-dark-4);
17-
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
17+
animation: none;
1818
min-height: 120px;
1919
}
2020

0 commit comments

Comments
 (0)