Merge branch 'ent-12495-volver-al-comportamiento-anterior-en-temas-de-permisos-politicas-10894' into 'develop'
Ent 12495 volver al comportamiento anterior en temas de permisos politicas 10894 See merge request artica/pandorafms!6700
This commit is contained in:
commit
b0b05a833d
|
@ -10837,6 +10837,13 @@ button div.fail {
|
||||||
-webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain;
|
-webkit-mask: url(../../images/fail@svg.svg) no-repeat center / contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button div.refresh {
|
||||||
|
mask: url(../../images/refresh@svg.svg) no-repeat center / contain;
|
||||||
|
-webkit-mask: url(../../images/refresh@svg.svg) no-repeat center / contain;
|
||||||
|
width: 22px;
|
||||||
|
height: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
button div.force {
|
button div.force {
|
||||||
mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
||||||
-webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
-webkit-mask: url(../../images/force@svg.svg) no-repeat center / contain;
|
||||||
|
|
Loading…
Reference in New Issue