2021-11-09 14:50:57 +01:00
|
|
|
/*
|
|
|
|
* So not show the asterisk on required fields in crispy forms
|
|
|
|
*/
|
|
|
|
.asteriskField {
|
|
|
|
display: none;
|
2021-11-09 18:44:28 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.component-img-big {
|
|
|
|
max-width: 200px;
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.component-img-small {
|
|
|
|
max-width: 64px;
|
|
|
|
max-height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.component-img-def-big {
|
|
|
|
width: 200px;
|
|
|
|
max-height: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.component-img-def-small {
|
|
|
|
width: 64px;
|
|
|
|
max-height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.component-img-huge {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|