1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-27 19:20:53 +00:00
seahub/frontend/src/components/common-add-tool/index.css

31 lines
534 B
CSS
Raw Normal View History

.add-item-btn {
display: flex;
align-items: center;
height: 40px;
font-size: 14px;
font-weight: 500;
border-top: 1px solid #dedede;
background: #fff;
padding: 0 1rem;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
position: relative;
}
.add-item-btn:hover {
cursor: pointer;
background: #f5f5f5;
}
.add-item-btn .seafile-multicolor-icon-add-table {
margin-right: 10px;
font-size: 12px;
font-weight: 600;
transform: none;
fill: #666;
}
.add-item-btn .description {
flex: 1;
}