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

123 lines
1.6 KiB
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-30 23:18:46 +01:00
word-wrap: break-word;
2020-04-26 23:54:26 +02:00
background-color: var(--background);
2014-11-03 12:59:55 +01:00
}
2015-06-21 09:03:29 +02:00
@import "scss/flags";
@import "scss/variable";
@import "scss/generic";
@import "scss/answerbox";
@import "scss/comments";
@import "scss/entry";
@import "scss/navbar";
@import "scss/panel";
@import "scss/user";
2014-12-09 23:07:04 +01:00
@import "scss/notifications";
2015-01-14 19:57:11 +01:00
@import "scss/groups";
2015-06-20 20:38:07 +02:00
@import "scss/data";
2015-05-16 00:39:33 +02:00
@import "scss/mobile";
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
}
2014-12-06 17:08:10 +01:00
.ios-web-app {
padding-top: 1em;
2014-12-10 20:37:47 +01:00
}
#load-more-btn {
margin-bottom: 1.5em;
2014-12-13 17:52:58 +01:00
}
2014-12-14 15:41:08 +01:00
.smiles {
margin-bottom: 7px;
2014-12-19 22:11:49 +01:00
}
.j2-lh {
margin-top: 48px;
2015-01-01 19:10:31 +01:00
}
2015-01-01 19:45:34 +01:00
.about--moderator {
padding-left: 0px;
}
2015-01-01 19:10:31 +01:00
.about--moderator li {
list-style: none;
2015-01-03 02:08:09 +01:00
}
2015-02-12 15:57:05 +01:00
.about--moderator a {
text-decoration: none;
}
.about--moderator a:hover {
text-decoration: none;
}
2015-01-03 02:08:09 +01:00
.j2-up {
text-transform: uppercase;
2015-01-03 19:53:22 +01:00
}
2015-01-05 00:50:27 +01:00
.j2-label {
display: inline-block;
}
2015-01-14 15:44:27 +01:00
.j2-table {
display: table;
}
.input--center {
display: table-cell;
vertical-align: middle;
}
2015-01-03 19:53:22 +01:00
.sweet-overlay {
z-index: 1031;
2015-01-17 18:36:46 +01:00
}
#create-group {
margin-top: 5px;
2015-01-17 18:42:56 +01:00
}
.j2-delete {
2020-04-19 21:08:58 +02:00
color: theme-color('danger');
2015-01-17 18:42:56 +01:00
text-decoration: none;
2015-01-30 22:53:44 +01:00
}
.j2-navbar {
margin-bottom: 0px;
}
2020-04-19 21:08:58 +02:00
@include media-breakpoint-down(xs) {
.j2-col-reset {
padding-left: 0px;
padding-right: 0px;
}
2015-02-17 00:53:09 +01:00
}
#growls.default{
top:64px;
right:10px
}
.links {
padding-bottom: 10px;
}
#profile {
border-color: transparent;
border-width: 0px;
}
2015-05-19 17:48:02 +02:00
.heading-about {
margin-top: 0px;
}
2015-09-20 15:16:24 +02:00
.row-eq-height {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}