forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-01 11:51:54 -06:00
parent d823731d24
commit 130548f473
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,6 @@ label {
@apply block font-bold text-gray-700 text-sm leading-normal mb-1;
}
button.red {
.btn .btn-red {
@apply block px-4 py-2 bg-gradient-to-t from-red-700 to-red-600 hover:from-red-600 hover:to-red-700 active:shadow-inner border border-red-900 rounded-md text-shadow-t shadow-inset-t-white-10 text-sm font-bold text-gray-100 focus:text-gray-200 focus:outline-none disabled:opacity-50;
}

View File

@ -109,6 +109,10 @@
<button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<button class="btn btn-red">
<i class="fas fa-pen fa-sm fa-fw mr-2"></i>
Create post
</button>
<ul class="navbar-nav justify-end flex-grow-1 pe-3">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>