[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 /** 2 * @provides phui-icon-view-css 3 */ 4 5 .phui-icon-example .phui-icon-view { 6 display: inline-block; 7 vertical-align: top; 8 } 9 10 .phui-icon-view.sprite-apps { 11 height: 14px; 12 width: 14px; 13 } 14 15 .phui-icon-view.sprite-tokens { 16 height: 16px; 17 width: 16px; 18 display: inline-block; 19 vertical-align: top; 20 } 21 22 .phui-icon-view.sprite-payments { 23 height: 32px; 24 width: 60px; 25 } 26 27 .phui-icon-view.sprite-login { 28 height: 34px; 29 width: 34px; 30 } 31 32 .phui-icon-view.phuihead-medium { 33 height: 50px; 34 width: 50px; 35 } 36 37 .phui-icon-view.phuihead-small { 38 height: 35px; 39 width: 35px; 40 background-size: 35px; 41 } 42 43 .phui-icon-has-text:before { 44 margin-right: 8px; 45 } 46 47 a.phui-icon-view:hover { 48 text-decoration: none; 49 }
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 |