Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 18rem (0.03 sec)

  1. platforms/documentation/docs/src/docs/css/base.css

        padding-left: 0.6rem;
        margin-bottom: 1rem;
    }
    
    td,
    th {
        padding: .25rem .5rem;
        border: 1px solid #e5e5e5;
    }
    
    th {
        text-align: left;
    }
    
    .content tbody tr:nth-child(odd) td,
    .content tbody tr:nth-child(odd) th {
        background-color: #f9f9f9;
    }
    
    /* typography */
    h1, h2, h3, h4, h5, h6 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-weight: 500;
        color: #02303A;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 30.5K bytes
    - Viewed (0)
  2. pkg/ctrlz/assets/static/css/all.css

    }
    
    .glossary .trampolines {
        font-size: 1.85rem;
        text-align: center;
        padding-top: .8rem
    }
    
    .glossary .entries h4 {
        font-size: 1.65rem;
        font-weight: 300;
        border-bottom: 1px solid;
        color: #ccc;
        border-color: #ccc;
        margin-top: 2.2rem;
        margin-bottom: .15rem
    }
    
    .glossary .entries dl {
        margin-left: 0
    }
    
    .glossary .entries dl dt {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/http.go

    body {
      font-family:	-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
      font-size:	1rem;
      line-height:	normal;
      max-width:	9in;
      margin:	1em;
    }
    h1 { font-size: 1.5rem; }
    h2 { font-size: 1.375rem; }
    h1,h2 {
      font-weight: 600;
      line-height: 1.25em;
      word-break: break-word;
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 21:29:53 UTC 2023
    - 12.6K bytes
    - Viewed (0)
Back to top