Skip to content
Snippets Groups Projects
Select Git revision
  • 1234227235c6805e69744d15044f625deca96518
  • master default
  • renovate/junit-jupiter-engine.version
  • renovate/selenium.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
27 results

accounts.css

Blame
  • accounts.css 701 B
    .account-select-icon {
        height: 34px;
        width: 34px;
    }
    
    .account-select-icon:not(i) {
        height: 100%;
        width: 100%;
        padding: 10%
    }
    
    .account-icon-big {
        height: 4rem !important;
        width: 4rem !important;
        min-width: 4rem;
    }
    
    .account-icon-big .account-select-icon {
        height: 4rem !important;
        width: 4rem !important;
        min-width: 4rem;
    }
    
    .account-icon-big .account-select-icon:not(i) {
        height: 100%;
        width: 100%;
        padding: 0;
    }
    
    .account-square-border {
        border: 3px solid var(--color-text);
        line-height: 32px !important;
    }
    
    .account-container th {
        vertical-align: top;
    }
    
    .account-container th.vertical-align-middle {
        vertical-align: middle;
    }