dashboard-admin/public/assets/scss/_widget-grid.scss
2023-08-15 09:59:36 +07:00

21 lines
429 B
SCSS

#resizable-grid {
.drag-item {
position: relative;
.dismiss {
position: absolute;
top: 7px;
right: 25px;
font-size: 15px;
font-weight: bold;
color: lighten($danger, 10%);
background: lighten(color(gray-light), 40%);
height: 15px;
width: 16px;
line-height: 13px;
cursor: pointer;
text-align: center;
@include border-radius(100%);
}
}
}