55 lines
839 B
CSS
55 lines
839 B
CSS
.offcanvas-backdrop {
|
|
z-index: 999999999;
|
|
}
|
|
|
|
#offcanvasBottom {
|
|
z-index: 99999999999999;
|
|
border-radius: 22px 20px 0 0;
|
|
height: auto;
|
|
}
|
|
|
|
.alert-msg {
|
|
z-index: 99999999940;
|
|
}
|
|
|
|
.validTime {
|
|
color: #4d7c0f !important;
|
|
}
|
|
|
|
.invalidTime {
|
|
color: #b91c1c !important;
|
|
}
|
|
|
|
.form-check, .form-switch {
|
|
overflow: hidden;
|
|
padding-right: 0;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.tilte-label {
|
|
text-align: center;
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
color: #292929;
|
|
}
|
|
|
|
.offcanvas-title {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #292929;
|
|
}
|
|
|
|
.offcanvas-header .btn-close {
|
|
margin: 0 0 0 15px;
|
|
border: 2px solid #33363F;
|
|
border-radius: 50%;
|
|
right: 13px;
|
|
padding: 5px;
|
|
background-size: 10px;
|
|
z-index: 25;
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
} |