docs(demos): refactor slides css

This commit is contained in:
Drew Rygh
2015-11-05 12:48:32 -06:00
parent 60ee318440
commit e70aeb7ca7
4 changed files with 44 additions and 49 deletions

View File

@ -0,0 +1,26 @@
.preview-slides {
.slide-contents {
display: block;
height: 100%;
padding: 500px 0;
width: 100%;
font-weight: bold;
font-size: 2.5em;
color: #fff;
}
#slide-1 {
background-color: #32db64;
}
#slide-2 {
background-color: #387ef5;
}
#slide-3 {
background-color: #f53d3d;
}
}