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;
|
2020-04-26 14:54:26 -07:00
|
|
|
background-color: var(--background);
|
2020-05-01 09:38:29 -07:00
|
|
|
padding-top: 50px;
|
2014-11-03 03:59:55 -08:00
|
|
|
}
|
|
|
|
|
2015-06-21 00:03:29 -07:00
|
|
|
@import "scss/flags";
|
2015-05-13 15:05:12 -07:00
|
|
|
@import "scss/variable";
|
2015-05-03 18:39:41 -07:00
|
|
|
@import "scss/generic";
|
2014-12-09 06:32:29 -08:00
|
|
|
@import "scss/answerbox";
|
|
|
|
@import "scss/comments";
|
|
|
|
@import "scss/panel";
|
|
|
|
|
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
|
|
|
}
|
2014-11-17 04:19:59 -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
|
|
|
}
|
|
|
|
|
2014-12-14 06:41:08 -08:00
|
|
|
.smiles {
|
|
|
|
margin-bottom: 7px;
|
2014-12-19 13:11:49 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.j2-lh {
|
2017-03-29 15:29:07 -07:00
|
|
|
margin-top: 48px;
|
2015-01-01 10:10:31 -08:00
|
|
|
}
|
2015-02-12 06:57:05 -08:00
|
|
|
|
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;
|
2015-01-17 09:36:46 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
#create-group {
|
|
|
|
margin-top: 5px;
|
2015-01-17 09:42:56 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.j2-delete {
|
2020-04-19 12:08:58 -07:00
|
|
|
color: theme-color('danger');
|
2015-01-17 09:42:56 -08:00
|
|
|
text-decoration: none;
|
2015-01-30 13:53:44 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.j2-navbar {
|
|
|
|
margin-bottom: 0px;
|
2015-02-05 06:17:15 -08:00
|
|
|
}
|
|
|
|
|
2020-04-19 12:08:58 -07:00
|
|
|
@include media-breakpoint-down(xs) {
|
2015-02-05 06:17:15 -08:00
|
|
|
.j2-col-reset {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
2015-02-16 15:53:09 -08:00
|
|
|
}
|
|
|
|
|
2015-02-16 15:56:12 -08:00
|
|
|
#growls.default{
|
|
|
|
top:64px;
|
|
|
|
right:10px
|
2015-04-18 14:45:52 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.links {
|
|
|
|
padding-bottom: 10px;
|
2015-04-19 07:49:53 -07:00
|
|
|
}
|
|
|
|
|
2015-05-10 21:17:12 -07:00
|
|
|
#profile {
|
2015-04-19 07:49:53 -07:00
|
|
|
border-color: transparent;
|
2015-05-10 21:17:12 -07:00
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
2015-05-19 08:48:02 -07:00
|
|
|
.heading-about {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|