mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
up handle overrides with edit questions
This commit is contained in:
parent
de64feb549
commit
5d9bb8b5e6
28 changed files with 6390 additions and 62 deletions
|
@ -9,6 +9,24 @@
|
|||
<!-- JavaScript Bootstrap avec Popper.js -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
|
||||
{# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
|
||||
<style>
|
||||
.body-landing {
|
||||
background-color:rgb(255, 255, 255);
|
||||
min-height: 50vh;
|
||||
}
|
||||
table td{
|
||||
padding: 1rem;
|
||||
}
|
||||
table, thead, tbody, tr{
|
||||
width: 100%;
|
||||
}
|
||||
table tr:nth-child(odd){
|
||||
background-color:rgb(235, 235, 235);
|
||||
}
|
||||
table tr:nth-child(even){
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
</style>
|
||||
{% block stylesheets %}
|
||||
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue