Spaces:
Sleeping
Sleeping
.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: 250px; | |
/* 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; | |
overflow: hidden; | |
} | |
.fs-30 { | |
font-size: 1.875rem; | |
} | |
.fs-48 { | |
font-size: 3rem; | |
} | |
@media screen and (max-width:1030px) { | |
.wrapper { | |
padding: 10px; | |
margin-left: 0px; | |
} | |
.fs-30 { | |
font-size: 1.3rem ; | |
} | |
.fs-48 { | |
font-size: 2rem ; | |
} | |
} |