forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-27 19:11:24 -06:00
parent e52f09290a
commit 6b8e9376a0
2 changed files with 5 additions and 13 deletions

View File

@ -1615,6 +1615,10 @@ video {
.border-yellow-700\/20 {
border-color: rgba(180, 83, 9, 0.2);
}
.border-red-400 {
--tw-border-opacity: 1;
border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.border-opacity-10 {
--tw-border-opacity: 0.1;
}

View File

@ -41,23 +41,11 @@
</small>
</div>
</li>
<li>
<hr class="my-3 h-0.5 border-b border-yellow-700/20 dark:border-gray-900"/>
</li>
<li class="flex space-x-2">
<input type="checkbox" value="club" class="w-5 h-5">
<div class="mt-[-1px]">
<label class="label text-red-700 mb-0" for="club">Admin</label>
<small class="block text-red-600 dark:text-gray-400">
Make @{{ u.username }} an admin.
</small>
</div>
</li>
</ul>
</div>
<div class="relative my-4 px-4 py-3 rounded-md border border-red-400 dark:border-gray-700 bg-red-100 dark:bg-gray-700/40">
<span class="absolute top-2 right-2 text-base">
<i class="fas fa-swords fa-sm text-red-400 dark:text-gray-300" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="Visible only to moderators. Recommend internal mod dicussion before making changes here."></i>
<i class="fas fa-exclaimation-triangle fa-sm text-red-400 dark:text-gray-300" data-bs-toggle="tooltip" data-bs-placement="bottom" data-bs-original-title="Visible only to moderators. Recommend internal mod dicussion before making changes here."></i>
</span>
<h2 class="ml-2 font-bold text-lg font-heading leading-normal mb-2">
Manage User (Danger Zone)