Intellivoid-Accounts-Template/assets_src/scss/shared/_widget-grid.scss

20 lines
431 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;
border-radius: 100%;
}
}
}