2014-02-20 06:51:22 -05:00
|
|
|
.centered-light-block {
|
|
|
|
text-align: center;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2014-02-20 06:51:22 -05:00
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nothing-here-block {
|
|
|
|
text-align: center;
|
|
|
|
padding: 20px;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-12-21 09:25:59 -05:00
|
|
|
font-size: 14px;
|
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-12-12 17:26:21 -05:00
|
|
|
background-color: $gray-light;
|
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;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-09-03 12:48:35 -04:00
|
|
|
|
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 {
|
2017-11-02 19:59:51 -04:00
|
|
|
border-top: 0;
|
2017-07-12 05:50:26 -04:00
|
|
|
|
|
|
|
.container-fluid {
|
|
|
|
background-color: inherit;
|
|
|
|
}
|
2015-09-09 17:05:47 -04:00
|
|
|
}
|
|
|
|
|
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;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-bottom: 0;
|
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 {
|
2017-01-23 20:12:13 -05:00
|
|
|
display: -webkit-flex;
|
2017-01-09 21:08:45 -05:00
|
|
|
display: flex;
|
2017-01-23 20:12:13 -05:00
|
|
|
-webkit-justify-content: flex-end;
|
2017-01-09 21:08:45 -05:00
|
|
|
justify-content: flex-end;
|
2017-01-23 20:12:13 -05:00
|
|
|
-webkit-flex: 1;
|
2017-01-09 21:08:45 -05:00
|
|
|
flex: 1;
|
2016-01-07 07:04:25 -05:00
|
|
|
|
|
|
|
.control {
|
|
|
|
float: left;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
2016-04-25 16:02:15 -04:00
|
|
|
|
|
|
|
&.build-content {
|
|
|
|
background-color: $white-light;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-top: 0;
|
2016-04-25 16:02:15 -04:00
|
|
|
}
|
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;
|
2016-12-12 17:26:21 -05:00
|
|
|
background: $gray-light;
|
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 {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-10-16 07:24:28 -04:00
|
|
|
font-size: 23px;
|
2016-03-17 18:42:46 -04:00
|
|
|
|
|
|
|
h1 {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
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;
|
2018-04-06 14:19:42 -04:00
|
|
|
color: color("gray");
|
2016-03-17 18:42:46 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
padding: 0 $gl-padding;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
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;
|
2017-09-28 18:54:16 -04:00
|
|
|
|
|
|
|
.nav-links {
|
2017-09-28 19:17:04 -04:00
|
|
|
width: 100%;
|
|
|
|
float: none;
|
|
|
|
|
|
|
|
&.scrolling-tabs {
|
|
|
|
float: none;
|
|
|
|
}
|
2017-09-28 18:54:16 -04:00
|
|
|
}
|
2017-10-24 12:41:19 -04:00
|
|
|
|
|
|
|
li:first-child {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:last-child {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2016-09-08 17:38:14 -04:00
|
|
|
}
|
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;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-05-04 14:11:38 -04:00
|
|
|
font-size: 24px;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-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;
|
2017-02-23 11:21:41 -05:00
|
|
|
padding-bottom: 8px;
|
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
|
|
|
|
2017-05-02 04:05:43 -04:00
|
|
|
.landing {
|
2017-06-20 11:19:13 -04:00
|
|
|
margin: $gl-padding auto;
|
2017-05-02 04:05:43 -04:00
|
|
|
overflow: hidden;
|
|
|
|
display: flex;
|
|
|
|
position: relative;
|
|
|
|
border: 1px solid $blue-300;
|
|
|
|
border-radius: $border-radius-default;
|
2017-09-22 20:06:18 -04:00
|
|
|
background-color: $blue-50;
|
2017-05-02 04:05:43 -04:00
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.dismiss-button {
|
|
|
|
position: absolute;
|
|
|
|
right: 6px;
|
|
|
|
top: 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: $blue-300;
|
|
|
|
z-index: 1;
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2017-05-02 04:05:43 -04:00
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2017-05-02 04:05:43 -04:00
|
|
|
color: $blue-400;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.svg-container {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inner-content {
|
|
|
|
text-align: left;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
color: $gl-text-color;
|
|
|
|
font-size: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: $gl-text-color;
|
|
|
|
margin-bottom: $gl-padding;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $screen-sm-min) {
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.inner-content {
|
|
|
|
white-space: normal;
|
|
|
|
padding: 0 28px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-05 13:28:29 -04:00
|
|
|
.empty-state {
|
2017-05-10 12:57:39 -04:00
|
|
|
margin: 5% auto 0;
|
2016-11-05 13:28:29 -04:00
|
|
|
|
|
|
|
.text-content {
|
|
|
|
max-width: 460px;
|
|
|
|
margin: 0 auto;
|
|
|
|
padding: $gl-padding;
|
|
|
|
}
|
|
|
|
|
2016-12-05 10:59:30 -05:00
|
|
|
.emoji-icon {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-11-12 18:51:47 -05:00
|
|
|
.btn {
|
2017-05-10 12:57:39 -04:00
|
|
|
margin: $btn-side-margin 5px;
|
2016-11-05 13:28:29 -04:00
|
|
|
|
2017-05-10 12:57:39 -04:00
|
|
|
@media(max-width: $screen-xs-max) {
|
2016-11-05 13:28:29 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-01-17 11:31:36 -05:00
|
|
|
|
|
|
|
.flex-container-block {
|
2017-01-23 20:14:04 -05:00
|
|
|
display: -webkit-flex;
|
2017-01-17 11:31:36 -05:00
|
|
|
display: flex;
|
|
|
|
}
|
2017-11-15 18:13:20 -05:00
|
|
|
|
|
|
|
.flex-right {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|