Skip to content

Commit 4f34d7f

Browse files
committed
[mantine.dev] Update vite icon
1 parent 478c02f commit 4f34d7f

2 files changed

Lines changed: 380 additions & 33 deletions

File tree

apps/mantine.dev/src/components/FrameworksGuides/GettingStartedCard/GettingStartedCard.module.css

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,8 @@
4747
justify-content: center;
4848

4949
&[data-logo='vite'] {
50-
width: 100px;
51-
52-
&::before {
53-
content: '';
54-
inset: -20px;
55-
z-index: 0;
56-
position: absolute;
57-
background-image: linear-gradient(-45deg, #bd34fe 50%, #47caff 50%);
58-
filter: blur(72px);
59-
}
50+
width: 200px;
51+
height: 80px;
6052
}
6153

6254
&[data-logo='next'] {
@@ -77,7 +69,7 @@
7769
z-index: 1;
7870

7971
&[data-logo='vite'] {
80-
width: 100px;
72+
width: 200px;
8173
}
8274

8375
&[data-logo='next'] {

0 commit comments

Comments
 (0)