52 lines
1.2 KiB
CSS
52 lines
1.2 KiB
CSS
.no-click{
|
|
cursor:default !important;
|
|
}
|
|
|
|
.hide-side-section{
|
|
display: none !important;
|
|
}
|
|
|
|
.widget.menu-widget{
|
|
background-color: #d4daf9;
|
|
margin: 20px;
|
|
}
|
|
|
|
.widget-title .widget-title-text{
|
|
font-weight: 800;
|
|
color:white !important;
|
|
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
|
}
|
|
|
|
.menu-widget:hover .widget-title .widget-title-text {
|
|
color: var(--gray-100);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.menu-open-btn{
|
|
margin-right: var(--margin-sm);
|
|
}
|
|
|
|
.widget.menu-widget {
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
padding: 20px;
|
|
color: white; /* Adjust text color if needed */
|
|
}
|
|
|
|
/* Specific background image for each module */
|
|
[data-widget-name="Asset Management"] {
|
|
background-image: url('https://i.im.ge/2024/09/19/fG0a6X.businesspeople-working-finance-accounting-analyze-financi.md.jpeg');
|
|
}
|
|
|
|
[data-widget-name="CRM"] {
|
|
background-image: url('https://i.im.ge/2024/09/19/fGi7UW.customer-relationship-management-concept.md.jpeg');
|
|
}
|
|
|
|
[data-widget-name="Buying"] {
|
|
background-image: url('https://i.im.ge/2024/09/19/fGhqI6.sumup-dkKsb9eCQS8-unsplash.md.jpeg');
|
|
}
|
|
|
|
[data-widget-name="Stock"] {
|
|
background-image: url('https://i.im.ge/2024/09/19/fGik1P.Untitled-design.md.png');
|
|
} |