2014-02-20 06:51:22 -05:00
|
|
|
.centered-light-block {
|
|
|
|
text-align: center;
|
2015-09-03 12:48:35 -04:00
|
|
|
color: $gl-gray;
|
2014-02-20 06:51:22 -05:00
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nothing-here-block {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
2015-09-03 12:48:35 -04:00
|
|
|
color: $gl-gray;
|
2014-02-20 06:51:22 -05:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 36px;
|
2016-07-14 11:53:48 -04:00
|
|
|
|
2016-07-06 16:11:44 -04:00
|
|
|
&.diff-collapsed {
|
2016-07-14 11:26:26 -04:00
|
|
|
padding: 5px;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-02 10:26:45 -04:00
|
|
|
.click-to-expand {
|
|
|
|
cursor: pointer;
|
2016-07-14 11:53:48 -04:00
|
|
|
}
|
2016-07-06 16:11:44 -04:00
|
|
|
}
|
2014-02-20 06:51:22 -05:00
|
|
|
}
|
2015-09-03 07:44:54 -04:00
|
|
|
|
2016-04-25 16:02:15 -04:00
|
|
|
.row-content-block {
|
2016-01-13 09:58:04 -05:00
|
|
|
margin-top: 0;
|
2016-01-13 08:37:25 -05:00
|
|
|
margin-bottom: -$gl-padding;
|
2015-09-19 10:22:04 -04:00
|
|
|
background-color: $background-color;
|
2015-09-04 05:17:25 -04:00
|
|
|
padding: $gl-padding;
|
2016-03-16 19:29:47 -04:00
|
|
|
margin-bottom: 0;
|
2016-05-19 11:11:54 -04:00
|
|
|
border-top: 1px solid $white-dark;
|
|
|
|
border-bottom: 1px solid $white-dark;
|
2015-09-03 12:48:35 -04:00
|
|
|
color: $gl-gray;
|
|
|
|
|
2015-11-06 10:27:18 -05:00
|
|
|
&.oneline-block {
|
|
|
|
line-height: 42px;
|
|
|
|
}
|
|
|
|
|
2015-10-15 13:02:29 -04:00
|
|
|
&.white {
|
2016-11-30 08:25:25 -05:00
|
|
|
background-color: $white-light;
|
2015-10-15 13:02:29 -04:00
|
|
|
}
|
|
|
|
|
2015-09-09 17:05:47 -04:00
|
|
|
&.top-block {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
|
2015-09-07 16:04:23 -04:00
|
|
|
&.middle-block {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2015-09-15 05:02:37 -04:00
|
|
|
&.clear-block {
|
|
|
|
margin-bottom: $gl-padding - 1px;
|
|
|
|
padding-bottom: $gl-padding;
|
|
|
|
}
|
|
|
|
|
2015-09-07 07:18:11 -04:00
|
|
|
&.second-block {
|
|
|
|
margin-top: -1px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2015-09-04 10:14:10 -04:00
|
|
|
&.footer-block {
|
|
|
|
margin-top: 0;
|
2015-09-19 10:22:04 -04:00
|
|
|
border-bottom: none;
|
2015-09-04 10:14:10 -04:00
|
|
|
margin-bottom: -$gl-padding;
|
|
|
|
}
|
|
|
|
|
2016-06-03 14:09:45 -04:00
|
|
|
&.content-component-block {
|
|
|
|
padding: 11px 0;
|
|
|
|
background-color: $white-light;
|
|
|
|
}
|
|
|
|
|
2015-09-03 12:48:35 -04:00
|
|
|
.title {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
2015-09-03 13:07:23 -04:00
|
|
|
|
|
|
|
.oneline {
|
2016-02-23 10:11:37 -05:00
|
|
|
line-height: 35px;
|
2015-09-03 13:07:23 -04:00
|
|
|
}
|
2015-12-02 09:32:45 -05:00
|
|
|
|
|
|
|
> p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-01-07 07:04:25 -05:00
|
|
|
|
|
|
|
.block-controls {
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
.control {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
2016-04-25 16:02:15 -04:00
|
|
|
|
|
|
|
&.build-content {
|
|
|
|
background-color: $white-light;
|
|
|
|
border-top: none;
|
|
|
|
}
|
2016-06-14 08:18:19 -04:00
|
|
|
|
|
|
|
&.top-block .container-fluid {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
2015-09-03 07:44:54 -04:00
|
|
|
}
|
2015-10-16 07:24:28 -04:00
|
|
|
|
2016-06-21 14:16:28 -04:00
|
|
|
.sub-header-block {
|
|
|
|
background-color: $white-light;
|
|
|
|
border-bottom: 1px solid $white-dark;
|
|
|
|
padding: 11px 0;
|
|
|
|
margin-bottom: 11px;
|
|
|
|
|
|
|
|
.oneline {
|
|
|
|
line-height: 35px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.no-bottom-space {
|
|
|
|
border-bottom: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-16 07:24:28 -04:00
|
|
|
.cover-block {
|
|
|
|
text-align: center;
|
2015-12-22 05:22:14 -05:00
|
|
|
background: $background-color;
|
2016-01-13 08:37:25 -05:00
|
|
|
padding-top: 44px;
|
2015-10-16 07:24:28 -04:00
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.avatar-holder {
|
2016-10-24 16:22:06 -04:00
|
|
|
.avatar,
|
|
|
|
.identicon {
|
2015-10-16 07:24:28 -04:00
|
|
|
margin: 0 auto;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identicon {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 50%;
|
2015-10-16 07:24:28 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cover-title {
|
|
|
|
color: $gl-header-color;
|
|
|
|
font-size: 23px;
|
2016-03-17 18:42:46 -04:00
|
|
|
|
|
|
|
h1 {
|
2016-04-25 16:02:15 -04:00
|
|
|
color: $gl-gray-dark;
|
2016-03-17 18:42:46 -04:00
|
|
|
margin-bottom: 6px;
|
|
|
|
font-size: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.visibility-icon {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
|
|
|
font-size: 18px;
|
|
|
|
color: $gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 0 $gl-padding;
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $gl-text-color-dark;
|
2016-03-17 18:42:46 -04:00
|
|
|
}
|
2015-10-16 07:24:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.cover-desc {
|
|
|
|
color: $gl-text-color;
|
2016-03-14 13:31:14 -04:00
|
|
|
|
|
|
|
&.username:last-child {
|
|
|
|
padding-bottom: $gl-padding;
|
|
|
|
}
|
2015-10-16 07:24:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.cover-controls {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
2015-12-02 08:07:21 -05:00
|
|
|
|
|
|
|
&.left {
|
|
|
|
left: 10px;
|
|
|
|
right: auto;
|
|
|
|
}
|
2015-10-16 07:24:28 -04:00
|
|
|
}
|
2016-05-03 12:44:55 -04:00
|
|
|
|
|
|
|
&.groups-cover-block {
|
|
|
|
background: $white-light;
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
text-align: left;
|
|
|
|
padding: 24px 0;
|
2016-05-03 16:29:11 -04:00
|
|
|
|
|
|
|
.group-info {
|
2016-05-04 14:11:38 -04:00
|
|
|
.cover-title {
|
|
|
|
margin-top: 9px;
|
|
|
|
}
|
|
|
|
|
2016-05-03 16:29:11 -04:00
|
|
|
p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $screen-xs-max) {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-09-08 17:38:14 -04:00
|
|
|
&.user-cover-block {
|
|
|
|
padding: 24px 0 0;
|
|
|
|
}
|
2016-05-03 16:29:11 -04:00
|
|
|
|
|
|
|
.group-info {
|
2016-05-04 14:11:38 -04:00
|
|
|
|
2016-05-03 16:29:11 -04:00
|
|
|
h1 {
|
|
|
|
display: inline;
|
2016-05-04 14:11:38 -04:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 24px;
|
|
|
|
color: $gl-title-color;
|
2016-05-03 16:29:11 -04:00
|
|
|
}
|
2016-05-03 12:44:55 -04:00
|
|
|
}
|
2015-10-16 07:24:28 -04:00
|
|
|
}
|
2015-12-02 08:49:29 -05:00
|
|
|
|
|
|
|
.block-connector {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
2016-01-13 09:58:04 -05:00
|
|
|
|
|
|
|
.nav-block {
|
|
|
|
.controls {
|
|
|
|
float: right;
|
2016-07-09 15:00:39 -04:00
|
|
|
margin-top: 8px;
|
|
|
|
padding-bottom: 7px;
|
2016-07-12 11:22:53 -04:00
|
|
|
border-bottom: 1px solid $border-color;
|
2016-01-13 09:58:04 -05:00
|
|
|
}
|
|
|
|
}
|
2016-01-14 06:31:31 -05:00
|
|
|
|
|
|
|
.content-block {
|
|
|
|
padding: $gl-padding 0;
|
2016-05-19 11:11:54 -04:00
|
|
|
border-bottom: 1px solid $white-dark;
|
2016-01-14 06:31:31 -05:00
|
|
|
|
|
|
|
&.oneline-block {
|
2016-01-22 19:15:32 -05:00
|
|
|
line-height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
> .controls {
|
|
|
|
float: right;
|
2016-01-14 06:31:31 -05:00
|
|
|
}
|
2016-09-07 13:04:59 -04:00
|
|
|
|
|
|
|
.new-branch {
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
2016-01-14 06:31:31 -05:00
|
|
|
}
|
2016-03-01 06:25:59 -05:00
|
|
|
|
|
|
|
.content-block-small {
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
2016-11-05 13:28:29 -04:00
|
|
|
|
|
|
|
.empty-state {
|
|
|
|
margin: 100px 0 0;
|
|
|
|
|
|
|
|
.text-content {
|
|
|
|
max-width: 460px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: $gl-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg-content {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
max-width: 425px;
|
|
|
|
width: 100%;
|
|
|
|
padding: $gl-padding;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-05 10:59:30 -05:00
|
|
|
.emoji-icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-11-05 13:28:29 -04:00
|
|
|
@media(max-width: $screen-xs-max) {
|
|
|
|
margin-top: 50px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|