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

15 lines
180 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-08 07:39:23 -07:00
@import "items/index";
2010-05-15 17:46:41 -07:00
@import "items/show";