Skip to content
Snippets Groups Projects
Select Git revision
  • 7ca1bdc1f7b7f5aaaa5a6a7c7fda6b6f0478e58d
  • master default
  • renovate/opencsv.version
  • renovate/org.springframework.boot-spring-boot-starter-parent-3.x
  • renovate/testcontainer.version
  • renovate/junit-jupiter-engine.version
  • renovate/jgit.version
  • renovate/selenium.version
  • renovate/datatables.version
  • renovate/jacoco-maven-plugin.version
  • renovate/org.apache.maven.plugins-maven-surefire-plugin-3.x
  • demo
  • v1_8_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
  • v2.6.1
33 results

templates.css

Blame
  • templates.css 656 B
    .template-content-label {
        font-weight: 600;
    }
    
    .template-header-name {
        max-width: 50%;
    }
    
    .collapsible-header-button {
        position: absolute;
        right: 15px;
        top: 8px;
        font-weight: bold;
    }
    
    .template-selected {
        background-color: var(--color-grey-light);
    }
    
    .template-icon {
        height: 1.7rem;
        margin-right: 1rem;
    }
    
    .templateCollapsible {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: none;
    }
    
    .template-group-headline {
        font-size: 1.5rem;
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
    }
    
    /* dark theme */
    [data-theme="dark"] .template-selected {
        background-color: #888888;
    }