Retrospring/app/assets/stylesheets/base.css.scss

30 lines
420 B
SCSS
Raw Normal View History

2014-11-02 08:58:47 -08:00
/* all custom SCSS should go into here */
2014-11-03 03:59:55 -08:00
body {
overflow-y: scroll;
2014-11-30 14:18:46 -08:00
word-wrap: break-word;
2014-11-03 03:59:55 -08:00
}
@import "scss/answerbox";
@import "scss/comments";
@import "scss/entry";
@import "scss/navbar";
@import "scss/panel";
@import "scss/user";
2014-12-09 14:07:04 -08:00
@import "scss/notifications";
2014-11-02 11:29:01 -08:00
.j2-page {
2014-11-02 08:58:47 -08:00
padding-top: 30px;
2014-11-03 03:59:55 -08:00
}
.centre {
text-align: center;
2014-11-29 13:56:38 -08:00
}
2014-12-06 08:08:10 -08:00
.ios-web-app {
padding-top: 1em;
2014-12-10 11:37:47 -08:00
}
#load-more-btn {
margin-bottom: 1.5em;
2014-12-07 06:36:08 -08:00
}