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

36 lines
486 B
SCSS

/* all custom SCSS should go into here */
body {
overflow-y: scroll;
}
.j2-page {
padding-top: 30px;
}
.centre {
text-align: center;
}
.entry-subtext {
color: $navbar-inverse-bg;
margin-top: 0px;
text-transform: uppercase;
font-weight: bold;
font-size: 80%;
}
.entry-text {
margin-bottom: 0px;
}
.img-answerbox {
min-height: 64px;
min-width: 64px;
height: 64px;
width: 64px;
}
.answerbox-question-text, .answerbox-question-user {
margin-bottom: 0px;
}