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

89 lines
1.1 KiB
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;
2015-01-02 19:01:07 -08:00
background-color: #fafafa;
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-13 08:52:58 -08:00
}
.j2-jumbo {
background-color: darken($navbar-inverse-bg, 10%);
color: #fff;
2014-12-13 09:10:57 -08:00
}
.j2-jumbo h1, .j2-jumbo h2, .j2-jumbo h3, .j2-jumbo h4, .j2-jumbo h5, .j2-jumbo h6 {
color: #fff;
}
.j2-jumbo a, .j2-jumbo a:hover {
color: #fff;
opacity: 0.6;
}
.j2-jumbo a:hover {
opacity: 1;
2014-12-13 09:12:24 -08:00
}
.j2-jumbo a .btn {
opacity: 1;
2014-12-14 06:41:08 -08:00
}
.smiles {
margin-bottom: 7px;
2014-12-19 13:11:49 -08:00
}
.j2-lh {
color: #fff;
2015-01-01 10:10:31 -08:00
}
2015-01-01 10:45:34 -08:00
.about--moderator {
padding-left: 0px;
}
2015-01-01 10:10:31 -08:00
.about--moderator li {
list-style: none;
2015-01-02 17:08:09 -08:00
}
.j2-up {
text-transform: uppercase;
2015-01-03 10:53:22 -08:00
}
2015-01-04 15:50:27 -08:00
.j2-label {
display: inline-block;
}
2015-01-14 06:44:27 -08:00
.j2-table {
display: table;
}
.input--center {
display: table-cell;
vertical-align: middle;
}
2015-01-03 10:53:22 -08:00
.sweet-overlay {
z-index: 1031;
2014-12-07 06:36:08 -08:00
}