4
0
forked from crowetic/commerce

Adding Modal Component and Login View

This commit is contained in:
Belen Curcio
2020-10-19 15:22:48 -03:00
parent a3e021ec79
commit 26535b7c7f
11 changed files with 122 additions and 12 deletions

View File

@@ -2,12 +2,11 @@
}
.list {
@apply flex flex-row items-center;
@apply flex flex-row items-center h-full;
}
.item {
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base;
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100 text-base flex items-center;
&:hover {
@apply text-accents-8;
}