generator-base-angularjs
Version:
AngularJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.
20 lines (15 loc) • 319 B
CSS
body {
background: Linen;
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 */