Kaynağa Gözat

new tag

master
azri 1 hafta önce
ebeveyn
işleme
73276603ff
1 değiştirilmiş dosya ile 17 ekleme ve 1 silme
  1. 17
    1
      src/components/ProductList/ProductList.jsx

+ 17
- 1
src/components/ProductList/ProductList.jsx Dosyayı Görüntüle

@@ -183,7 +183,23 @@ const ProductList = ({ size = 99999 }) => {
183 183
               }}
184 184
             />
185 185
 
186
-            {(selected) && <Button sx={{ position: "absolute", top: 20, left: 20, boxShadow: 0 }} variant="contained">
186
+            {(selected) && <Button
187
+              sx={{
188
+                position: "absolute",
189
+                top: {
190
+                  xs: 0,
191
+                  sm: 0,
192
+                  md: 20
193
+                },
194
+                left: {
195
+                  xs: 0,
196
+                  sm: 0,
197
+                  md: 20
198
+                },
199
+                boxShadow: 0,
200
+                fontSize: 10
201
+              }} 
202
+              variant="contained">
187 203
               NEW
188 204
             </Button>}
189 205
 

Loading…
İptal
Kaydet