You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/app/assets/stylesheets/admins/cooperatives.scss

35 lines
595 B

.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;
}
}
}
}