Files
Ontime/backendpanel/asset/scss/_widget-grid.scss
T
2026-03-11 15:29:37 +07:00

21 lines
458 B
SCSS
Executable File

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