index.module.css 267 B

123456789
  1. .logo-icon {
  2. width: 40px;
  3. height: 40px;
  4. background: #ffffff url(../../assets/logo-icon.png) center center no-repeat;
  5. background-size: contain;
  6. box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  7. border-radius: 8px;
  8. border: 0.5px solid rgba(0, 0, 0, 0.05);
  9. }