style.module.css 453 B

123456789101112
  1. .titleIcon {
  2. background-position-x: center;
  3. background-repeat: no-repeat;
  4. background-size: 28px 28px;
  5. @apply h-6 w-6 !important;
  6. }
  7. .layoutRightIcon {
  8. @apply p-2 ml-2 border-[0.5px] border-components-button-secondary-border hover:border-components-button-secondary-border-hover
  9. rounded-lg bg-components-button-secondary-bg hover:bg-components-button-secondary-bg-hover cursor-pointer
  10. shadow-xs shadow-shadow-shadow-3 backdrop-blur-[5px];
  11. }