@@ -72,13 +72,12 @@ const itemStyles = computed(() => {
7272<style lang="css" scoped>
7373.pu-grid-item {
7474 @apply relative p- 4 bg-white dark :bg-primary-light-600 rounded-lg border border-gray-200 dark :border-primary-light-400;
75-
75+
7676 box-shadow :
7777 0 2px 4px rgba (28 , 28 , 28 , 0.1 ),
7878 0 1px 2px rgba (28 , 28 , 28 , 0.05 );
7979}
8080
81-
8281.pu-grid-item ::before {
8382 content : ' ' ;
8483 @apply absolute inset- 0 pointer-events-none ;
@@ -97,7 +96,6 @@ const itemStyles = computed(() => {
9796 mask-composite : xor;
9897}
9998
100-
10199.pu-grid-item ::after {
102100 content : ' ' ;
103101 @apply absolute top- 0 right- 0 w- 3 h- 3 pointer-events-none ;
@@ -106,7 +104,6 @@ const itemStyles = computed(() => {
106104 border-radius : 0 12px 0 0 ;
107105}
108106
109-
110107.pu-grid-item--align-start {
111108 align-self : start ;
112109}
@@ -123,7 +120,6 @@ const itemStyles = computed(() => {
123120 align-self : stretch ;
124121}
125122
126-
127123.pu-grid-item--justify-start {
128124 justify-self : start ;
129125}
@@ -140,7 +136,6 @@ const itemStyles = computed(() => {
140136 justify-self : stretch ;
141137}
142138
143-
144139.pu-grid-item :hover {
145140 @apply transform scale- [1.02] shadow-lg ;
146141 box-shadow :
@@ -149,7 +144,6 @@ const itemStyles = computed(() => {
149144 filter : drop-shadow (0 4px 8px rgba (28 , 28 , 28 , 0.1 ));
150145}
151146
152-
153147.pu-grid-item {
154148 animation : gridItemEnter 0.4s ease-out ;
155149}
@@ -165,7 +159,6 @@ const itemStyles = computed(() => {
165159 }
166160}
167161
168-
169162.dark .pu-grid-item {
170163 @apply bg-primary-light- 600 border-primary-light- 400;
171164 box-shadow :
@@ -185,7 +178,6 @@ const itemStyles = computed(() => {
185178 filter : drop-shadow (0 4px 8px rgba (0 , 0 , 0 , 0.3 ));
186179}
187180
188-
189181@media (max-width : 640px ) {
190182 .pu-grid-item {
191183 @apply p- 3;
0 commit comments