jones-dev #19

Merged
corbz merged 106 commits from jones-dev into master 2024-01-26 17:39:03 +00:00
Showing only changes of commit b8751ba315 - Show all commits

View File

@ -8254,6 +8254,26 @@ textarea.form-control-lg {
border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.rounded-end-0 {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.rounded-bottom-0 {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.rounded-start-0 {
border-bottom-left-radius: 0 !important;
border-top-left-radius: 0 !important;
}
.visible {
visibility: visible !important;
}
@ -69134,4 +69154,12 @@ table.dataTable.no-footer {
#ticketsContainer .loading .spinner-grow:nth-child(3) {
animation-delay: 1.8s;
}
.bg-none {
background: none;
}
.border-none {
border: none
}