Skip to content
Snippets Groups Projects

ISTWCMS-5898: section-spacing-seperator and column-seperator css

Files
9
@@ -181,3 +181,48 @@ button {
}
}
}
.webform-multiple-add {
margin-top: var(--size-2) !important;
> .button{
@include button-reset();
border: var(--size-sm) solid #000 !important;
display: inline-block;
padding: 2px;
border-radius: 50%;
opacity: 0.4;
position: relative;
text-indent: -9999px;
vertical-align: middle;
width: var(--size-205);
&:hover,
&:focus{
border: var(--size-sm) solid #000 !important;
opacity: 1;
}
}
}
.js-form-type-webform-multiple{
.draggable{
&:hover,
&:focus {
td{
background-color: #f7fcff;
}
}
a.tabledrag-handle .handle {
background-position: 0 8px;
height: 24px;
width: 16px;
}
.drag & {
&:hover,
&:focus {
td{
background-color: #ffd;
}
}
}
}
}
Loading