remove sneat lables from application

This commit is contained in:
Vikas Nale 2025-05-12 15:37:31 +05:30
parent a7aa815691
commit a3608a49bd
4 changed files with 3 additions and 11 deletions

View File

@ -29002,7 +29002,6 @@ li:not(:first-child) .dropdown-item,
/* Only for menu example */
.menu-collapsed:not(:hover) {
inline-size: var(--bs-menu-collapsed-width);
/* Custom for sneat only */
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item {
inline-size: var(--bs-menu-collapsed-width);
@ -29682,7 +29681,6 @@ li:not(:first-child) .dropdown-item,
)
.layout-menu.menu-vertical {
inline-size: var(--bs-menu-collapsed-width);
/* Custom for sneat only */
}
.layout-menu-collapsed:not(
.layout-menu-hover,

View File

@ -186,7 +186,6 @@
> .menu-item {
margin: $menu-item-spacer 0;
// Sneat menu-link spacing
.menu-link {
margin: $menu-vertical-link-margin-y $menu-vertical-link-margin-x;
}
@ -197,7 +196,6 @@
.menu-block {
padding: $menu-vertical-link-padding-y $menu-vertical-link-padding-x;
}
// Sneat menu-header spacing
.menu-header {
margin: $menu-vertical-header-margin-y 0 $menu-vertical-header-margin-y * 0.5 0;
padding: $menu-vertical-link-padding-y $menu-vertical-link-padding-x * 2 $menu-vertical-link-padding-y
@ -276,7 +274,7 @@
// Vertical Menu Collapsed
// *******************************************************************************
// ! Updated menu collapsed styles for sneat in this mixin
// ! Updated menu collapsed styles for in this mixin
@mixin layout-menu-collapsed() {
width: $menu-collapsed-width;
@ -312,7 +310,6 @@
top: 1.1875rem;
}
}
// Custom for sneat only
.menu-block {
&::before {
bottom: 0.75rem;

View File

@ -58,7 +58,7 @@ const LayoutMenu = () => {
</g>
</svg>
</span>
<span className="app-brand-text demo menu-text fw-bolder ms-2">Sneat</span>
<span className="app-brand-text demo menu-text fw-bolder ms-2">Marco</span>
</a>
<a href="javascript:void(0);" className="layout-menu-toggle menu-link text-large ms-auto d-block d-xl-none">

View File

@ -15,11 +15,8 @@ export const AuthWrapper = ({ children }) => {
className="app-brand-link gap-2"
>
<span className="app-brand-logo demo">
<img src="/img/brand/marco.png" alt="sneat-logo" />
<img src="/img/brand/marco.png" alt="marco-logo" />
</span>
{/* <span className="app-brand-text demo text-body fw-bold">
Sneat
</span> */}
</Link>
</div>
{children}