forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-19 13:13:52 -06:00
parent 42f8138066
commit cd80b0a9fd
2 changed files with 15 additions and 1 deletions

View File

@ -1134,6 +1134,9 @@ video {
.h-5 {
height: 1.25rem;
}
.h-1\.5 {
height: 0.375rem;
}
.h-0\.5 {
height: 0.125rem;
}
@ -1209,6 +1212,12 @@ video {
.w-56 {
width: 14rem;
}
.w-1\.5 {
width: 0.375rem;
}
.w-1 {
width: 0.25rem;
}
.w-3\/4 {
width: 75%;
}
@ -1403,6 +1412,11 @@ video {
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.25rem * var(--tw-space-x-reverse));
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
--tw-divide-x-reverse: 0;
border-right-width: calc(1px * var(--tw-divide-x-reverse));

View File

@ -2,7 +2,7 @@
<div class="modal-dialog modal-dialog-scrollable modal-dialog-centered" role="document">
<div class="modal-content bg-gray-100 dark:bg-gray-800 rounded-md shadow-lg">
<div class="modal-header">
<h5 class="font-bold text-xl text-black font-heading leading-normal">Select theme</h5>
<h5 class="font-bold text-xl font-heading leading-normal">Select theme</h5>
<button type="button" class="close text-gray-700 hover:text-gray-900 dark:text-gray-500 dark:hover:text-gray-400" data-bs-dismiss="modal" aria-label="Close">
<span aria-hidden="true"><i class="far fa-times"></i></span>
</button>