Spaces:
Sleeping
Sleeping
File size: 1,347 Bytes
294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d c7525e3 294253d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 |
.btn-primary {
background-color: #0d6efd;
border-radius: 5px;
border-color: #0d6efd;
}
#sidebarToggle {
border-radius: 4px;
margin-left: 250px;
}
.main-sidebar.toggled .menu-text {
display: none;
}
#selectedCompany.toggled .menu-text {
display: none;
}
.wrapper {
flex: 1;
padding: 10px;
margin-left: 300px;
/* Default sidebar width */
transition: margin-left 0.3s ease;
}
.main-header {
border-bottom: none;
border-top: none;
}
.card {
margin-bottom: 15px;
border-radius: 8px;
overflow: hidden;
transition: background-color 0.3s ease;
}
.card-body {
padding: 15px;
}
.feature-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
background: rgba(255, 255, 255, 0.1);
border-radius: 50%;
}
.sidebarPanel {
display: none;
}
.media-body {
text-align: right;
}
.fs-30 {
font-size: 1.875rem;
}
.fs-48 {
font-size: 3rem;
}
/* Responsive Styles */
@media (max-width: 992px) {
.wrapper {
margin-left: 200px;
}
.main-header {
padding: 15px;
}
}
@media (max-width: 768px) {
.feature-icon {
width: 40px;
height: 40px;
}
.fs-30 {
font-size: 1.5rem;
}
.fs-48 {
font-size: 2.5rem;
}
} |