Select Git revision
0058_mainarticlepage_shared_from.py
dropdown-button.pcss 346 B
.dropdown-button {
@apply relative;
}
.dropdown-button__choices {
@apply hidden absolute shadow-md z-10 bottom-0 right-0 transform translate-y-full;
}
.dropdown-button:hover .dropdown-button__choices {
@apply block max-w-sm;
}
.dropdown-button__choice {
@apply block no-underline text-left;
a:hover {
@apply no-underline;
}
}