index.module.css 339 B

1234567891011121314151617
  1. .arrow {
  2. width: 20px;
  3. height: 20px;
  4. background: url(../assets/down-arrow.svg) center center no-repeat;
  5. background-size: 16px 16px;
  6. transform: rotate(-90deg);
  7. }
  8. .arrow-expand {
  9. transform: rotate(0);
  10. }
  11. .preview-item {
  12. background-color: #eff4ff;
  13. border: 1px solid #D1E0FF;
  14. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  15. }