2011-04-01 02:06:33 +02:00
|
|
|
/**
|
|
|
|
* @provides phabricator-ui-example-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.phabricator-ui-example-note {
|
|
|
|
padding: .5em;
|
|
|
|
margin: 2em 1em 0.5em;
|
|
|
|
background: #ffffdd;
|
|
|
|
border: 1px solid #f5e178;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-ui-example-note tt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-07-31 01:08:42 +02:00
|
|
|
.jxui-example-container {
|
|
|
|
padding: 2em;
|
|
|
|
margin: 4em auto;
|
|
|
|
border: 4px solid black;
|
|
|
|
background: #dfdfdf;
|
|
|
|
text-align: center;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jxui-example-container a {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jxui-example-container a.jxui-active {
|
|
|
|
box-shadow: 0 0 30px #ffff00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.jxui-blue-background {
|
2014-04-18 02:31:23 +02:00
|
|
|
background: {$blue};
|
2012-07-31 01:08:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.jxui-red-border {
|
2014-04-18 02:31:23 +02:00
|
|
|
border-color: {$red};
|
|
|
|
}
|
|
|
|
|
2014-04-19 19:00:37 +02:00
|
|
|
.phui-example-icon-name {
|
2014-04-18 02:31:23 +02:00
|
|
|
display: inline-block;
|
2014-04-19 19:00:37 +02:00
|
|
|
width: 160px;
|
2014-04-18 02:31:23 +02:00
|
|
|
padding-bottom: 8px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
2014-04-19 19:00:37 +02:00
|
|
|
.phui-icon-view.phui-example-icon-transform {
|
2014-04-18 02:31:23 +02:00
|
|
|
display: block;
|
|
|
|
padding-bottom: 8px;
|
2012-07-31 01:08:42 +02:00
|
|
|
}
|