4
0
forked from crowetic/commerce

Latest updates

This commit is contained in:
Belen Curcio
2020-10-24 17:06:20 -03:00
parent 34f270a353
commit 8bb39b3a83
3 changed files with 18 additions and 20 deletions

View File

@@ -2,9 +2,6 @@
@apply relative;
}
.mainContainer {
}
.list {
@apply flex flex-row items-center justify-items-end h-full;
}
@@ -25,3 +22,11 @@
@apply outline-none;
}
}
.bagCount {
@apply border border-accents-1 bg-secondary text-secondary h-4 w-4 absolute rounded-full right-3 top-3 flex items-center justify-center font-bold text-xs;
}
.avatarButton {
@apply inline-flex justify-center rounded-full outline-none focus:outline-none;
}