Skip to content
Snippets Groups Projects
Select Git revision
  • 3c1e464f711bb03a77dc16396194f95482a438b1
  • master default
  • rewrite
3 results

ArtifactoryClient.java

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;
    }