mirror of https://github.com/status-im/reagent.git
Make demo prettier
This commit is contained in:
parent
059e190841
commit
a0aa670c79
|
@ -0,0 +1,28 @@
|
||||||
|
|
||||||
|
.cloact-demo {
|
||||||
|
background-color: #fff;
|
||||||
|
margin: 40px -60px;
|
||||||
|
padding: 40px 60px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cloact-demo h2 {
|
||||||
|
margin-top: 48px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-example {
|
||||||
|
background-color: #ebebeb;
|
||||||
|
margin: 0px -18px;
|
||||||
|
padding: 20px 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-source {
|
||||||
|
background-color: #f8f8f5;
|
||||||
|
margin: 0px -18px;
|
||||||
|
padding: 20px 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.demo-heading {
|
||||||
|
margin-top: 0;
|
||||||
|
color: #999;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
|
@ -5,6 +5,7 @@
|
||||||
<link rel="stylesheet" href="../examples/todomvc/todos.css">
|
<link rel="stylesheet" href="../examples/todomvc/todos.css">
|
||||||
<link rel="stylesheet" href="../examples/todomvc/todosanim.css">
|
<link rel="stylesheet" href="../examples/todomvc/todosanim.css">
|
||||||
<link rel="stylesheet" href="../examples/simple/example.css">
|
<link rel="stylesheet" href="../examples/simple/example.css">
|
||||||
|
<link rel="stylesheet" href="demo.css">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.runtests { margin-bottom: 400px; }
|
.runtests { margin-bottom: 400px; }
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue