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

46 lines
612 B
SCSS
Raw Normal View History

2014-11-02 17:58:47 +01:00
/* all custom SCSS should go into here */
2014-11-03 12:59:55 +01:00
body {
overflow-y: scroll;
}
2014-11-02 20:29:01 +01:00
.j2-page {
2014-11-02 17:58:47 +01:00
padding-top: 30px;
2014-11-03 12:59:55 +01:00
}
.centre {
text-align: center;
2014-11-29 22:56:38 +01:00
}
.entry-subtext {
color: $navbar-inverse-bg;
margin-top: 0px;
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
}
.entry-text {
margin-bottom: 0px;
2014-11-29 23:18:52 +01:00
}
.img-answerbox {
2014-11-29 23:29:34 +01:00
min-height: 64px;
min-width: 64px;
2014-11-29 23:18:52 +01:00
height: 64px;
width: 64px;
2014-11-29 23:29:34 +01:00
}
.answerbox-question-text, .answerbox-question-user {
margin-bottom: 0px;
2014-11-29 23:40:57 +01:00
}
.user-displayname {
margin-top: 12px;
margin-bottom: 2px;
}
.user-username {
margin-top: 0px;
margin-bottom: 2px;
}