mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-15 23:39:03 +10:00
- implement actions section
This commit is contained in:
@@ -29,3 +29,15 @@
|
||||
.container.outline:focus {
|
||||
@apply outline-none;
|
||||
}
|
||||
|
||||
.container.delete {
|
||||
@apply bg-red-600 border-red-600 text-white;
|
||||
}
|
||||
|
||||
.container.delete:hover {
|
||||
@apply bg-red-700 border-red-700;
|
||||
}
|
||||
|
||||
.container.delete:focus {
|
||||
@apply outline-none;
|
||||
}
|
||||
Reference in New Issue
Block a user