processmaker-builder
Version:
The gulp task runner for ProcessMaker building
28 lines (25 loc) • 674 B
CSS
/*Dynaform Creation Buttons*/
.pmui .mafeButton .pmMafeButtonsIconBlack {
background: url(../img/triggerContent.png) no-repeat center;
width : 150px;
height: 100px;
background-size: contain;
margin-top: 10px;
margin-left: 26px;
}
.pmui .mafeButton .pmMafeButtonsIconPMTable {
background: url(../img/trigger.png) no-repeat center;
width : 150px;
height: 100px;
background-size: contain;
margin-top: 10px;
margin-left: 26px;
}
.pmui .mafeButton .pmMafeButtonsIconCopy {
background: url(../img/triggerContent.png) no-repeat center;
width : 150px;
height: 100px;
background-size: contain;
margin-top: 10px;
margin-left: 26px;
}