@@ -418,8 +418,8 @@ body.expand #topbar .topbar-left .logo span {
418
418
}
419
419
}
420
420
# search {
421
- border-bottom : 1px solid {{ setting_value( 'visiosoft.theme.defaultadmin::background_color' ) }} ;
422
- padding- to p: 8px;
421
+ border-bottom : 1px solid # ddd ;
422
+ padding-top : 8px ;
423
423
}
424
424
.btn-search {
425
425
display : inline-block;
@@ -428,7 +428,7 @@ padding-top: 8px;
428
428
padding : 0 !important ;
429
429
margin-top : 5px ;
430
430
background-color : inherit;
431
- color : {{ setting_value( 'visiosoft.theme.defaultadmin::background_color' ) }} ;
431
+ color : # ddd ;
432
432
}
433
433
.dropdown-menu {
434
434
z-index : 9999 ;
@@ -658,7 +658,7 @@ select + .select2 {
658
658
margin-right : 0 !important ;
659
659
}
660
660
.topbar-breadcrumb {
661
- padding : 10 px 0 !important ;
661
+ padding : 0 px 0 !important ;
662
662
}
663
663
}
664
664
@media (max-width : 767px ) {
@@ -3023,9 +3023,6 @@ margin-right: 1rem !important;
3023
3023
.user-action-dropdown {
3024
3024
background : # fff !important ;
3025
3025
}
3026
- # search .search-bar ::placeholder {
3027
- color : {{ setting_value('visiosoft.theme.defaultadmin::text_color' )}};
3028
- }
3029
3026
# topbar .button-menu .button-menu-mobile {
3030
3027
color : {{ setting_value('visiosoft.theme.defaultadmin::links_color' )}};
3031
3028
}
@@ -3335,7 +3332,7 @@ background-color: inherit !important;
3335
3332
opacity : 0.5 ;
3336
3333
}
3337
3334
# search .search-bar ::placeholder {
3338
- color : {{ setting_value( 'visiosoft.theme.defaultadmin::background_color' ) }} !important ;
3335
+ color : # aaa !important ;
3339
3336
}
3340
3337
3341
3338
.login-form-block {
@@ -3405,3 +3402,50 @@ color: #4764a4 !important;
3405
3402
opacity : 0.3 ;
3406
3403
font-size : 0.7rem ;
3407
3404
}
3405
+
3406
+
3407
+
3408
+ @media (max-width : 991px ) {
3409
+ .top-bar {
3410
+ background : {{ setting_value('visiosoft.theme.defaultadmin::secondary_color' )}};
3411
+ width: calc(100% - 60px);
3412
+ }
3413
+
3414
+ .top-bar .user-action-dropdown {
3415
+ background : {{ setting_value('visiosoft.theme.defaultadmin::secondary_color' )}} !important ;
3416
+ color : {{ setting_value('visiosoft.theme.defaultadmin::background_color' )}} !important ;
3417
+ }
3418
+
3419
+ .help-icon svg # Path_20512 , # Path_20511 {
3420
+ fill : {{ setting_value('visiosoft.theme.defaultadmin::background_color' ) }};
3421
+ }
3422
+
3423
+ .help-icon svg {
3424
+ width : 20px ;
3425
+ height : 20px ;
3426
+ }
3427
+
3428
+ .top-bar {
3429
+ height : 53px ;
3430
+ }
3431
+ .top-bar # search {
3432
+ padding-top : 0 ;
3433
+ }
3434
+ .top-bar # search .search-bar {
3435
+ display : block;
3436
+ position : relative;
3437
+ }
3438
+ .top-bar # search .btn-search {
3439
+ display : none;
3440
+ }
3441
+ .topbar-breadcrumb {
3442
+ padding-top : 0 ;
3443
+ }
3444
+ # main {
3445
+ padding-top : 45px !important ;
3446
+ }
3447
+ .menu-action {
3448
+ text-align : left;
3449
+ padding-left : 14px ;
3450
+ }
3451
+ }
0 commit comments