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