- creating a dynamic color palette

- implementing actions section
This commit is contained in:
Amruth Pillai
2020-07-10 01:09:33 +05:30
parent da197be2f5
commit 89fa8236e8
33 changed files with 261 additions and 124 deletions
@@ -1,8 +1,8 @@
.listItem {
@apply flex items-center justify-between border-t border-secondary px-6 py-5;
.list-item {
@apply flex items-center justify-between border-t border-primary-200 px-6 py-5;
}
.listItem:first-child {
.list-item:first-child {
@apply border-t-0;
}
@@ -11,7 +11,7 @@
@apply transition-opacity duration-200 ease-in-out;
}
.listItem:hover .menu {
.list-item:hover .menu {
@apply opacity-100;
@apply transition-opacity duration-200 ease-in-out;
}