mirror of
				https://forge.chapril.org/tykayn/osm-commerces
				synced 2025-10-09 17:02:46 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			74 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			74 lines
		
	
	
		
			No EOL
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| body {
 | |
|     background-color: rgb(236, 236, 236);
 | |
|     transition: background-color ease 0.5s;
 | |
| }
 | |
| 
 | |
| .body-landing .container {
 | |
|     background-color: white;
 | |
|     border-radius: 10px;
 | |
|     padding: 20px;
 | |
| }
 | |
| 
 | |
| .main-footer {
 | |
|     padding-bottom: 20rem;
 | |
|     background-color: #dfe5eb;
 | |
| 
 | |
| }
 | |
| 
 | |
| #qrcode {
 | |
|     margin-bottom: 8rem;
 | |
| }
 | |
| 
 | |
| .filled {
 | |
|     background-color: #b0dfa0;
 | |
| }
 | |
| 
 | |
| .no-name {
 | |
|     color: #df5a0d;
 | |
| }
 | |
| 
 | |
| table.js-sort-table th {
 | |
|     cursor: pointer;
 | |
| }
 | |
| 
 | |
| table.js-sort-table th:hover {
 | |
|     background-color: #f0f0f0;
 | |
| }
 | |
| 
 | |
| table.js-sort-table th:active {
 | |
|     background-color: #e0e0e0;
 | |
| }
 | |
| 
 | |
| /*// formulaire de temps d'ouverture */
 | |
| .form-check-input {
 | |
|     margin-right: 2rem;
 | |
| }
 | |
| 
 | |
| .jour-container {
 | |
|     border: solid #dedede 1px;
 | |
| }
 | |
| 
 | |
| #maploader {
 | |
|     position: relative;
 | |
|     top: 200px;
 | |
|     left: 50%;
 | |
|     z-index: 100;
 | |
| }
 | |
| 
 | |
| .maplibregl-popup-content {
 | |
|     overflow: auto;
 | |
|     min-width: 300px;
 | |
|     max-height: 11rem !important;
 | |
| }
 | |
| 
 | |
| .maplibregl-popup-content table {
 | |
|     width: 100%;
 | |
|     max-height: 300px;
 | |
|     overflow: auto;
 | |
| }
 | |
| 
 | |
| .maplibregl-popup-content h1,
 | |
| .maplibregl-popup-content h2,
 | |
| .maplibregl-popup-contenth3 {
 | |
|     font-size: 1rem;
 | |
| } | 
