mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 23:07:01 +10:00
- creating a dynamic color palette
- implementing actions section
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user