|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/lecturebazaar.com/resources/sass/ |
Upload File : |
@import "bootstrap/variables";
@import "panel/dashboard";
@import "panel/support";
@import "panel/notifications";
@import "panel/sidebar";
@import "panel/user-settings";
@import "panel/reward";
@import "panel/store";
@import "panel/forum";
@import "panel/upcoming";
@import "panel/ai_contents";
body {
background-color: var(--body_bg, #fbfbfd) !important;
}
#panel_app {
.nav-icons-or-start-live {
flex-grow: .3;
.nav-notify-cart-dropdown {
display: flex !important;
}
.nav-start-a-live-btn {
display: none !important;
}
}
}
.table {
th{
font-weight: 500;
}
}
tbody{
tr{
transition: all 0.3s ease;
&:hover{
background-color: var(--panel-bg) !important;
transition: all 0.3s ease;
}
}
}