Our custom ordering system
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

138 lines
2.3 KiB

.alert a {
color:inherit;
font-weight:bold;
}
.o3-login-card {
margin-top:7em;
}
.o3-registration-card {
margin-top:1em;
margin-bottom:2em;
}
.o3-registration-card .alert-danger {
font-size: 80%;
text-align: center;
}
.o3-registration-card .help-block {
color: #6c757d!important;
font-size: 80%;
font-weight: 400;
display: block;
margin-top: .25rem;
}
.o3-pwd-dots .bi-eye-slash, .o3-pwd-text .bi-eye {
display:inline;
}
.o3-pwd-dots .bi-eye, .o3-pwd-text .bi-eye-slash {
display:none;
}
.form-group.deform-form-buttons {
margin-top:2em;
}
.o3-details.o3-show-details .bi-eye-slash,
.o3-details.o3-hide-details .bi-eye {
display:none;
}
.o3-details.o3-hide-details .bi-eye-slash,
.o3-details.o3-show-details .bi-eye {
display:inline;
}
.o3-users-link:hover .badge.badge-light{
color: #fff;
background-color: #343a40;
}
.dropdown-toggle::after {
display:none;
}
.o3-head-space {
margin-top: 3.5rem;
}
.o3-head-space .col-2, .o3-head-space .col-5, .o3-head-space .col-10 {
padding-top:1rem;
padding-bottom:2rem;
}
.o3-sidebar {
position: sticky;
z-index: 1000;
min-height: calc(100vh - 3.5rem);
box-shadow: 0 0rem 1rem rgba(0,0,0,.15) inset!important;
}
.o3-sidebar nav a {
padding:0px 1rem;
margin-bottom:0.2rem;
color: #6c757d!important;
text-transform: capitalize!important;
}
.o3-sidebar nav a.active {
background-color: #dae0e5!important;
color: #343a40!important
}
.o3-sidebar nav a:hover {
background-color: #f8f9fa!important;
color:#121416!important;
}
.o3-sidebar nav .disabled {
color: #6c757d!important;
font-weight: lighter!important;
border-bottom: 1px solid #dee2e6!important;
margin-bottom: 0.5rem;
padding-bottom: 0.1rem;
border-radius: 0px;
}
.o3-content {
font-size:90%;
}
.o3-content .table-hover tbody tr:hover {
background-color: #f8f9fa!important;
}
.o3-content .table td {
padding:.5rem;
}
td.o3-actions a {
color: #6c757d!important;
margin-right:0.5rem;
font-size:1rem;
}
td.o3-actions a:hover {
color: #343a40!important;
}
.o3-copy {
cursor:pointer;
}
.o3-data-table th {
border-top:none;
}
.infinite-more-link td {
text-align:center;
}