More buttons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user