style.module.css 483 B

123456789101112131415
  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 w-8 h-8 ml-2 box-border border border-gray-200 rounded-lg hover:bg-gray-50 cursor-pointer hover:shadow-[0_1px_2px_rgba(16,24,40,0.05)];
  9. }
  10. .iconShow {
  11. background: center center url(../assets/layoutRightShow.svg) no-repeat;
  12. }
  13. .iconClose {
  14. background: center center url(../assets/layoutRightClose.svg) no-repeat;
  15. }