mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-29 17:45:12 +08:00
9 lines
267 B
CSS
9 lines
267 B
CSS
.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);
|
|
} |