14 lines
180 B
SCSS
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";
|