forked from OpenNeo/impress
35 lines
438 B
SCSS
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";
|