You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
596 B
37 lines
596 B
.p-menu {
|
|
@apply bg-white px-0 py-2 border border-gray-25 rounded-sm w-52;
|
|
|
|
.p-menuitem-link {
|
|
@apply p-3 duration-150 select-none flex cursor-pointer items-center;
|
|
|
|
.p-menuitem-text {
|
|
@apply text-body-2;
|
|
}
|
|
|
|
.p-menuitem-icon {
|
|
@apply mr-2 leading-none;
|
|
}
|
|
|
|
.p-submenu-icon {
|
|
}
|
|
|
|
&:not(.p-disabled) {
|
|
&:hover {
|
|
@apply bg-gray-15;
|
|
|
|
.p-menuitem-text {
|
|
}
|
|
|
|
.p-menuitem-icon {
|
|
}
|
|
|
|
.p-submenu-icon {
|
|
}
|
|
}
|
|
}
|
|
|
|
&:focus {
|
|
@apply outline-0 outline-offset-0 shadow-none;
|
|
}
|
|
}
|
|
}
|
|
|