react-templates/playground/playground.css

41 lines
457 B
CSS
Raw Normal View History

2014-11-27 17:53:37 +01:00
/*.hidden {*/
/*display: none;*/
/*}*/
body {
padding: 20px;
}
.hiddenTab {
/*width: 0;*/
/*height: 0;*/
2014-11-16 16:20:04 +01:00
}
.large-text-area {
2014-11-27 17:53:37 +01:00
height: 400px;
2014-11-18 14:00:28 +01:00
margin: 10px;
2014-11-17 12:27:57 +01:00
}
.code-area {
2014-11-18 14:00:28 +01:00
width: 50%;
2014-11-27 17:53:37 +01:00
height: 620px;
float: left;
2014-11-17 12:27:57 +01:00
}
.result-area {
2014-11-18 14:00:28 +01:00
width: 50%;
height: 620px;
2014-11-27 17:53:37 +01:00
float: left;
2014-11-17 12:27:57 +01:00
}
2014-11-18 14:00:28 +01:00
.sample-view {
2014-11-27 17:53:37 +01:00
margin: 10px;
}
.sample-view button {
margin: 5px;
}
.sample-view input[type=checkbox] {
margin-right: 5px;
2014-11-18 14:00:28 +01:00
}