More buttons

This commit is contained in:
2020-08-14 16:12:17 +02:00
parent 90f6709885
commit fb49d45677
3 changed files with 19 additions and 9 deletions
+12
View File
@@ -34,6 +34,18 @@
}
}
.btn-red {
@apply bg-red-500 text-white;
&:focus {
@apply bg-red-600;
}
&:hover {
@apply bg-red-600;
}
}
.nav {
height: 64px;
}