impress/app/stylesheets/screen.scss
2010-06-30 14:51:49 -04:00

14 lines
180 B
SCSS

@import "compass";
@import "clean_constants";
body {
text-align: center;
}
input[type=text] {
font-size: 125%;
width: 15em;
}
@import "items/index";
@import "items/show";