impress/app/stylesheets/screen.scss
2010-07-01 00:35:54 -04:00

35 lines
438 B
SCSS

@import "compass";
@import "clean_constants";
body {
text-align: center;
}
input[type=text] {
font-size: 125%;
width: 15em;
}
h1 {
margin-bottom: 1em;
img {
height: 80px;
margin-bottom: -.5em;
width: 80px;
}
a {
text-decoration: none;
span {
text-decoration: underline;
}
&:hover span {
text-decoration: none;
}
}
}
@import "items/index";
@import "items/show";