Files
iTop/css/form-sdk/form.css
Benjamin Dalsass 75fde4c9a3 N°7063 - Forms SDK - Add Symfony forms component
error forms issue
2024-01-02 11:31:52 +01:00

58 lines
969 B
CSS

/**
* Widgets Factory.
*
* @package FormSDK
* @since 3.2.0
*/
/* debug purpose */
.form-type-pictograms{
display: inline-block;
margin-left: 5px;
color: grey;
cursor: pointer;
background-color: #f8f8f8;
padding: 0px 5px;
border-radius: 8px;
}
.form-type-pictograms i{
width: 15px;
}
.complete .form-type-pictograms .pattern:after{
content: '\f00c';
font-family: "Font Awesome 6 Free";
font-weight: 900;
background-color: #20b220;
border-radius: 50%;
font-size: 7px;
color: white;
position: relative;
top: -10px;
padding: 2px;
}
/* form object row */
.form-object-row{
border: 1px lightgrey dashed;
padding: 8px 12px;
border-radius: 8px;
}
.form-object-row legend{
font-weight: bold;
color: grey;
}
.cke_focus .cke_contents{
border: 1px #86b7fe solid;
outline: 0;
border-radius: 6px;
box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.form_interval_horizontal{
display: flex;
}
.form_interval_horizontal > div{
margin-right: 8px;
}