style.module.css 380 B

123456789
  1. .popupBtn {
  2. @apply inline-flex items-center bg-white px-3 py-2 rounded-lg text-base border border-gray-200 font-medium hover:bg-gray-100 focus:outline-none
  3. }
  4. .popupPanel {
  5. @apply absolute z-10 w-full max-w-sm px-4 mt-1 sm:px-0 lg:max-w-3xl
  6. }
  7. .panelContainer {
  8. @apply overflow-hidden bg-white w-fit min-w-[130px] rounded-lg shadow-lg ring-1 ring-black ring-opacity-5
  9. }