This commit is contained in:
2026-03-03 16:30:57 +07:00
parent a13304e40e
commit c253e1a370
7569 changed files with 1324841 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
#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%);
}
}
}