4
0
forked from crowetic/commerce

Header style improvements

This commit is contained in:
paco
2020-10-08 14:46:33 -06:00
parent 450921bd55
commit d8ff9bc4ff
5 changed files with 14 additions and 10 deletions

View File

@@ -6,7 +6,11 @@
}
.item {
@apply mr-6 cursor-pointer relative;
@apply mr-6 cursor-pointer relative transition ease-in-out duration-100;
&:hover {
@apply text-gray-500;
}
&:last-child {
@apply mr-0;