react-templates/playground/playground.css

24 lines
257 B
CSS
Raw Normal View History

2014-11-16 16:20:04 +01:00
.hidden {
display:none;
}
.large-text-area {
height:300px;
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-17 12:27:57 +01:00
height:620px;
float:left;
}
.result-area {
2014-11-18 14:00:28 +01:00
width: 50%;
height: 620px;
2014-11-17 12:27:57 +01:00
float:left;
}
2014-11-18 14:00:28 +01:00
.sample-view {
margin:10px;
}