refactor(demos): card and icon styles

This commit is contained in:
Drew Rygh
2015-11-05 14:10:02 -06:00
parent e7fd12d4b3
commit 10992ee53c
8 changed files with 217 additions and 132 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;
}
}