tao-test/app/taoQtiItem/views/scss/qtiCreator/_graphic-gap.scss

43 lines
915 B
SCSS
Raw Normal View History

2022-08-29 20:14:13 +02:00
@import "inc/bootstrap";
.qti-graphicGapMatchInteraction {
ul.source > li {
img {
height: auto;
}
&.empty, &.placeholder {
margin: 0 3px 3px 0 !important;
width: 60px;
height: 60px;
max-height: 60px;
}
.dummy-element {
cursor : pointer;
& ~ span.mini-tlb[data-edit] {
right: 0 !important;
top: 0 !important;
.tlb-button {
line-height: 18px;
}
}
}
img ~ span.mini-tlb[data-edit] {
top: 0;
right: 0;
.tlb-button {
line-height: 18px;
}
}
// now that's pretty good specificity!
&.add-option.empty > div > span[class^="icon-"] {
@include font-size(50);
}
}
}