generator-base-polymer
Version:
Polymer basic skeleton for webapp development. With RequireJS, Bootstrap, Sass and templating with Jade. Routing by Page.js.
20 lines (15 loc) • 323 B
CSS
body {
background: AliceBlue;
text-align: center;
padding: 20px; }
footer {
font-size: 0.8em; }
header img.logo {
width: 200px; }
section.content {
margin: 20px 0; }
section.content header {
margin-bottom: 20px; }
section.content .buttons a {
margin: 5px; }
/*# sourceMappingURL=main.css.map */