| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- @font-face {
- font-family: 'aptos';
- src: url('../fonts/aptos-font/Aptos.eot');
- src: url('../fonts/aptos-font/Aptos.eot?#iefix') format('embedded-opentype'),
- /* IE6-IE8 */
- url('../fonts/aptos-font/Aptos.woff') format('woff'),
- /* Modern Browsers */
- url('../fonts/aptos-font/aptos.ttf') format('truetype');
- /* Safari, Android, iOS */
- }
- body {
- font-family: 'aptos';
- font-size: 14px;
- }
- .bg-body-secondary {
- background-color: #414042 !important;
- }
- .bg-body-tertiary {
- background-color: rgba(230, 231, 232, 0.3) !important;
- }
- .sidebar-brand .brand-link .brand-image {
- max-height: 40px;
- }
- /* .sidebar-wrapper .sidebar-menu>.nav-item>.nav-link.active:not(:hover) {
- background-color: #808285;
- } */
- .logo-mini {
- display: none;
- }
- .sidebar-collapse .logo-mini {
- display: block;
- }
- .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
- border: none !important;
- background: white !important;
- }
- .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
- margin-left: 7px;
- margin-left: 7px;
- }
- .dropdown-menu-lg {
- max-width: none !important;
- }
- .app-sidebar:hover .logo-mini {
- display: none;
- }
- .app-sidebar:hover .brand-text {
- max-width: none !important;
- }
- .sidebar-brand{
- height: 3.55rem;
- }
- .form-control{
- font-size: 14px;
- }
- .fa-angle-left.rotate {
- transform: rotate(-90deg);
- transition: transform 0.3s;
- }
- .ui-datepicker select.ui-datepicker-month,
- .ui-datepicker select.ui-datepicker-year {
- width: 45%;
- }
- .select2-container .select2-search--inline .select2-search__field {
- position: absolute;
- top: 3px;
- font-size: 14px;
- }
- .hiddenSpan {
- display: none;
- }
- .btn-outline-success i {
- color: green;
- }
- .btn-outline-danger i {
- color: red;
- }
- .sidebar-menu .nav-link>.right, .sidebar-menu .nav-link>p>.right {
- position: absolute;
- right: 1rem;
- top: .7rem;
- }
- .breadcrumb li{
- line-height: 1.9rem;
- }
- .overlay {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- /* semi-transparent */
- display: none;
- /* hidden by default */
- align-items: center;
- justify-content: center;
- z-index: 1050;
- /* above most elements */
- }
|