style.module.css 250 B

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