forked from Gitlink/forgeplus
35 lines
595 B
SCSS
35 lines
595 B
SCSS
.admins-cooperatives-index-page {
|
|
.coo-img-card {
|
|
.coo-img-item {
|
|
& > .drag {
|
|
cursor: move;
|
|
background: #fff;
|
|
box-shadow: 1px 2px 5px 3px #f0f0f0;
|
|
}
|
|
|
|
&-img {
|
|
cursor: pointer;
|
|
width: 100%;
|
|
height: 40px;
|
|
margin-bottom: 10px;
|
|
|
|
& > img {
|
|
width: 100%;
|
|
height: 40px;
|
|
}
|
|
}
|
|
|
|
.delete-btn {
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 20px;
|
|
color: red;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.save-url-btn {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
} |