impress/app/stylesheets/screen.scss

36 lines
438 B
SCSS
Raw Normal View History

2010-05-15 16:34:13 -07:00
@import "compass";
2010-06-30 11:51:49 -07:00
@import "clean_constants";
2010-05-15 17:26:25 -07:00
2010-05-15 16:34:13 -07:00
body {
text-align: center;
2010-05-20 19:40:04 -07:00
}
2010-06-30 11:51:49 -07:00
input[type=text] {
font-size: 125%;
width: 15em;
2010-05-20 19:40:04 -07:00
}
2010-06-30 21:35:54 -07:00
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;
}
}
}
2010-06-08 07:39:23 -07:00
@import "items/index";
2010-05-15 17:46:41 -07:00
@import "items/show";