[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phabricator-ui-example-css 3 */ 4 5 .phabricator-ui-example-note { 6 padding: .5em; 7 margin: 2em 1em 0.5em; 8 background: #ffffdd; 9 border: 1px solid #f5e178; 10 } 11 12 .phabricator-ui-example-note tt { 13 font-weight: bold; 14 } 15 16 .jxui-example-container { 17 padding: 2em; 18 margin: 4em auto; 19 border: 4px solid black; 20 background: #dfdfdf; 21 text-align: center; 22 width: 50%; 23 } 24 25 .jxui-example-container a { 26 margin: 1em; 27 } 28 29 .jxui-example-container a.jxui-active { 30 box-shadow: 0 0 30px #ffff00; 31 } 32 33 .jxui-blue-background { 34 background: {$blue}; 35 } 36 37 .jxui-red-border { 38 border-color: {$red}; 39 } 40 41 .phui-example-icon-name { 42 display: inline-block; 43 width: 180px; 44 padding-bottom: 8px; 45 white-space: nowrap; 46 } 47 48 .phui-icon-view.phui-example-icon-transform { 49 display: block; 50 padding-bottom: 8px; 51 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |