struktur, responsive

This commit is contained in:
Robert Jagtiani
2024-11-25 19:16:20 +01:00
parent a955d25727
commit 07ba49fb7e
20 changed files with 144 additions and 119 deletions

View File

@@ -72,7 +72,9 @@ article {
/*BOXES*/
.box{
@apply rounded-none
xl:rounded-xl lg:shadow-box lg:ring-1 lg:ring-gray-300
lg:rounded-lg lg:shadow-box lg:ring-1 lg:ring-gray-300
xl:rounded-xl
}
.card{
@@ -91,8 +93,14 @@ article {
.nav-element:not(:first-child){@apply border-gray-200 border-t-[1px]}
.no-dropdown, .no-dropdown:hover{@apply text-black no-underline}
.nav-element:hover > .nav-element-child{
@apply !bg-primary !text-white cursor-pointer
@apply !bg-primary !text-white cursor-pointer
}
.nav-element:hover > .nav-element-child .no-dropdown{
@apply !bg-primary !text-white cursor-pointer
}
.nav-element:hover > .dropdown-content{