Path: blob/master/webroot/rsrc/css/application/uiexample/example.css
12242 views
/**1* @provides phabricator-ui-example-css2*/34.phabricator-ui-example-note {5padding: .5em;6margin: 2em 1em 0.5em;7background: #ffffdd;8border: 1px solid #f5e178;9}1011.phabricator-ui-example-note tt {12font-weight: bold;13}1415.jxui-example-container {16padding: 2em;17margin: 4em auto;18border: 4px solid black;19background: #dfdfdf;20text-align: center;21width: 50%;22}2324.jxui-example-container a {25margin: 1em;26}2728.jxui-example-container a.jxui-active {29box-shadow: 0 0 30px #ffff00;30}3132.jxui-blue-background {33background: {$blue};34}3536.jxui-red-border {37border-color: {$red};38}3940.phui-example-icon-name {41display: inline-block;42width: 180px;43padding-bottom: 8px;44white-space: nowrap;45}4647.phui-icon-view.phui-example-icon-transform {48display: block;49padding-bottom: 8px;50}515253