primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,24 @@
@charset "UTF-8";
joomla-field-mediamore details {
background: #f5f5f5;
border: 1px solid #c9c9c9;
border-radius: .25rem;
margin: 0 0 0 .5rem;
position: absolute;
bottom: 0;
}
joomla-field-mediamore label.input-group-text {
width: auto;
}
joomla-field-mediamore summary {
background-color: #e3e3e3;
border-radius: .25rem;
padding: 1rem;
font-weight: 500;
}
joomla-field-mediamore details .form-group {
margin: 1rem !important;
}