style.module.css 394 B

1234567891011121314151617
  1. .notion-icon {
  2. background: #ffffff url(../../../assets/notion.svg) center center no-repeat;
  3. background-size: 20px 20px;
  4. }
  5. .website-icon {
  6. background: #ffffff url(../../../../datasets/create/assets/web.svg) center center no-repeat;
  7. background-size: 20px 20px;
  8. }
  9. .workspace-item {
  10. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  11. }
  12. .workspace-item:last-of-type {
  13. margin-bottom: 0;
  14. }