Skip to content
Snippets Groups Projects
Commit ebcbcb46 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-6010: Fix the multiple field button in webform

parent a82da764
No related branches found
No related tags found
1 merge request!82Feature/istwcms 6010 m26lebla fix multiple field button presentation
...@@ -181,3 +181,26 @@ button { ...@@ -181,3 +181,26 @@ button {
} }
} }
} }
.webform-multiple-add {
> .button{
@include button-reset();
@include svg-background-color(var(--gray-4), plus);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
display: inline-block;
height: var(--size-105);
position: relative;
text-indent: -9999px;
vertical-align: middle;
width: var(--size-105);
&:hover,
&:focus{
@include svg-background-color(var(--uw-black), plus);
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
border: var(--size-xs) solid transparent;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment