1
0
Fork 0
forked from OpenNeo/impress
impress/app/stylesheets/screen.scss

51 lines
768 B
SCSS
Raw Normal View History

2010-05-15 16:34:13 -07:00
@import "blueprint/reset";
// The blue color scheme
@import "partials/blue";
@import "blueprint";
@import "compass";
body {
@include blueprint-typography(true);
@include blueprint-utilities;
@include blueprint-debug;
@include blueprint-interaction;
background: $background_color;
text-align: center;
}
#container {
margin: 0 auto;
padding: 1em 2em 1em;
text-align: center;
width: 800px;
}
form.bp {
@include blueprint-form; }
2010-05-15 16:39:35 -07:00
.alert {
@include error;
}
2010-05-15 16:35:40 -07:00
h1 a {
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
2010-05-15 16:34:13 -07:00
.item {
@include inline-block;
padding: 10px;
text-align: center;
vertical-align: top;
width: 100px;
img {
display: block;
height: 80px;
margin: 0 auto;
width: 80px;
}
}