github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/variables/custom-query.scss (about)

     1  $ideal-width: 1260px;
     2  $--horizontal-filters: '(min-width: 850px)';
     3  $--lt-horizontal-filters: '(max-width: 849px)';
     4  
     5  $--horizontal-selects: '(min-width: 615px)';
     6  $--lt-horizontal-selects: '(max-width: 614px)';
     7  
     8  $--horizontal-nav: '(min-width: 850px)';
     9  $--lt-horizontal-nav: '(max-width: 849px)';
    10  
    11  $--horizontal-tabs: '(min-width: 615px)';
    12  $--lt-horizontal-tabs: '(max-width: 614px)';
    13  
    14  $--horizontal-session-list: '(min-width: 900px)';
    15  $--lt-horizontal-session-list: '(max-width: 899px)';
    16  
    17  $--min-padding: '(max-width: 600px)';
    18  $--max-padding: '(min-width: 1260px)';
    19  
    20  $--tall-footer: '(min-height: 668px)';
    21  $--lt-tall-footer: '(max-height: 667px)';
    22  
    23  $--wide-footer: '(min-width: 421px)';
    24  $--lt-wide-footer: '(max-width: 420px)';
    25  
    26  $--spacious-page-header: '(min-width: 850px)';
    27  $--lt-spacious-page-header: '(max-width: 849px)';
    28  
    29  $--spacious-healthcheck-status: '(min-width: 421px)';
    30  $--lt-spacious-healthcheck-status: '(max-width: 420px)';
    31  
    32  $--wide-form: '(min-width: 421px)';
    33  $--lt-wide-form: '(max-width: 420px)';
    34  
    35  /* If these are needed for usage on the same table */
    36  /* they will need re-figuring out */
    37  $--wide-table: '(min-width: 421px)';
    38  $--lt-wide-table: '(max-width: 420px)';
    39  
    40  $--medium-table: '(min-width: 850px)';
    41  $--lt-medium-table: '(max-width: 849px)';
    42  /* */
    43  $--fixed-grid: '(min-width: 1260px)';
    44  $--lt-fixed-grid: '(max-width: 1259px)';