button loading action return to view component

This commit is contained in:
Burak Civan
2022-06-10 09:46:23 +03:00
parent dd9b492aee
commit 9dffcf849d
13 changed files with 28 additions and 59 deletions
+4
View File
@@ -48223,6 +48223,10 @@ body{
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.sm\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}