Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 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. platforms/documentation/docs/src/docs/css/manual.css

    	word-wrap: anywhere;
    	background: var(--admonition-background);
    	padding: 1rem 1rem 1rem 1rem;
    	width: 100%;
    	border-radius: 4px;
    }
    
    .admonitionblock td.icon {
    	background: linear-gradient(90deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2)) no-repeat 0 /2.075em 100%;
    	border-radius: .5em;
    	font-size: calc(15/var(--rem-base)*1rem);
    	left: 0;
    	line-height: 1;
    	padding: .25em .075em;
    	position: absolute;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    pacing:{px:"1px",0:"0px",.5:"0.125rem",1:"0.25rem",1.5:"0.375rem",2:"0.5rem",2.5:"0.625rem",3:"0.75rem",3.5:"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem"},stroke:({theme:i})=>({none:"none",...i("colors")}),strokeWidth:{0:"0",1:"1",2:"2"},supports:{},dat...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. platforms/documentation/docs/src/docs/css/javadoc.css

        height: 1.2em;
        padding: 0.01em 0;
        top: 0.15em;
    }
    button#page-search-copy span {
        color: var(--body-text-color);
        line-height: 1.2em;
        padding: 0.2em;
        top: -0.18em;
    }
    div.page-search-info:hover button#page-search-copy span {
        opacity: 100%;
    }
    /* snippet copy button */
    button.snippet-copy {
        position: absolute;
        top: 6px;
        right: 6px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
Back to top