mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°7063 - Forms SDK - Add Symfony forms component
error forms issue
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
html{
|
||||
font-family: "Montserrat";
|
||||
}
|
||||
/**
|
||||
* Widgets Factory.
|
||||
*
|
||||
* @package FormSDK
|
||||
* @since 3.2.0
|
||||
*/
|
||||
|
||||
/* debug purpose */
|
||||
.form-type-pictograms{
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
@@ -11,56 +15,31 @@ html{
|
||||
padding: 0px 5px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.form-type-pictograms i{
|
||||
width: 15px;
|
||||
}
|
||||
|
||||
.form-object legend{
|
||||
font-weight: bold;
|
||||
color: grey;
|
||||
}
|
||||
|
||||
.form-object{
|
||||
border: 1px lightgrey dashed;
|
||||
padding: 8px 12px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.complete .pattern:after{
|
||||
.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: 9px;
|
||||
font-size: 7px;
|
||||
color: white;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.ajax-query-type{
|
||||
font-size: .8rem;
|
||||
/* 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;
|
||||
}
|
||||
|
||||
|
||||
.theme_viewer{
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.theme{
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.theme1 h4{
|
||||
color: #cc8d17;
|
||||
border-bottom: 1px #cc8d17 solid;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.theme2 h4{
|
||||
color: #c7306e;
|
||||
border-bottom: 1px #c7306e solid;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user