Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 125rem (0.08 sec)

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

    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        margin-top: 2.5rem;
        font-size: 1.5rem;
    }
    
    h3 {
        margin-top: 1.5rem;
        font-size: 1.125rem;
    }
    
    h4, h5, h6 {
        margin-top: 1rem;
        font-size: 1.0625rem;
    }
    
    p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }
    
    dt {
        font-weight: 700;
    }
    
    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

    }
    
    .sidebar .directory .card {
        margin-top: .1rem;
        margin-bottom: .1rem
    }
    
    .sidebar .directory .card-header {
        padding: 0
    }
    
    .sidebar .directory .card-header div {
        padding: .75em 1.25em
    }
    
    @media (min-width: 992px) {
        .sidebar .directory .card-body {
            padding-left: 1.25rem;
            padding-right: 1.25rem
        }
    
        .sidebar .directory li {
    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

      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;
    }
    p  { color: grey85; font-size:85%; }
    code,
    pre,
    textarea.code {
    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