Skip to content
Snippets Groups Projects
Select Git revision
  • d34be6d0cb257e55f2fc86ad8e23078fbb07deb9
  • master default
  • renovate/selenium.version
  • renovate/assertj-core.version
  • renovate/major-fontawesome.version
  • renovate/datatables.version
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/junit-jupiter-engine.version
  • renovate/testcontainer.version
  • demo
  • v1_8_1
  • v2.18.1
  • v2.18.0
  • v2.17.2
  • v2.17.1
  • v2.17.0
  • v2.16.1
  • v2.16.0
  • v2.15.1
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.2
  • v2.9.1
  • v2.9.0
  • v2.8.0
  • testPipeline2
  • v2.7.0
32 results

base_de.properties

Blame
  • GarbageContainerScheduleTile.html 789 B
    <style>
        .garbageContainerScheduleTile {
            background-color: #2F2F2F;
            font-size: 3vmin;
            border-radius: 1vh;
            font-weight: bold;
            flex-direction: row;
        }
    
        .garbageContainerScheduleTile .icon {
            font-size: 10vmin;
        }
    
        .garbageContainerScheduleTile .content {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-evenly;
            width: 85%;
            height: 85%;
        }
    
        .garbageContainerScheduleTile .icon {
            width: 12%;
            height: auto;
        }
    </style>
    
    <div class="garbageContainerScheduleTile">
        <div class="content">
            <img src="../../static/images/{{ data['iconFileName'] }}" class="icon"/>
            {{ data['nextEventDate'] }}
        </div>
    </div>