- implement actions section

This commit is contained in:
Amruth Pillai
2020-07-10 13:40:48 +05:30
parent 89fa8236e8
commit a8c5d29858
23 changed files with 304 additions and 167 deletions
+12
View File
@@ -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;
}