fixed main menu styling..
This commit is contained in:
parent
b5fd46d7cd
commit
b84f9de950
10
public/css/app.css
vendored
10
public/css/app.css
vendored
@ -46744,6 +46744,16 @@ input[type="date"]::-webkit-inner-spin-button,
|
|||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu__submenu details.relative:before{
|
||||||
|
position: absolute;
|
||||||
|
left: -1rem;
|
||||||
|
height: 100%;
|
||||||
|
--tw-bg-opacity: 1;
|
||||||
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
||||||
|
content: '';
|
||||||
|
width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.menu__submenu li:last-child::before {
|
.menu__submenu li:last-child::before {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
6
resources/assets/sass/app.css
vendored
6
resources/assets/sass/app.css
vendored
@ -220,6 +220,12 @@
|
|||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.menu__submenu details.relative:before {
|
||||||
|
@apply h-full absolute bg-gray-200 -left-4;
|
||||||
|
content: '';
|
||||||
|
width: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
.menu__submenu li:last-child::before {
|
.menu__submenu li:last-child::before {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user