jones-dev #19
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user