2016-11-10 14:48:20 -05:00
|
|
|
.info-well {
|
2016-12-12 17:26:21 -05:00
|
|
|
background: $gray-light;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-11-10 14:48:20 -05:00
|
|
|
border: 1px solid $border-color;
|
|
|
|
border-radius: $border-radius-default;
|
2017-06-26 13:53:14 -04:00
|
|
|
margin-bottom: $gl-padding;
|
2016-11-10 14:48:20 -05:00
|
|
|
|
|
|
|
.well-segment {
|
|
|
|
padding: $gl-padding;
|
|
|
|
|
|
|
|
&:not(:last-of-type) {
|
|
|
|
border-bottom: 1px solid $well-inner-border;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.branch-info {
|
2017-05-11 11:47:44 -04:00
|
|
|
.commit-sha,
|
2016-11-10 14:48:20 -05:00
|
|
|
.commit-info {
|
|
|
|
margin-left: 4px;
|
|
|
|
}
|
2017-05-11 11:47:44 -04:00
|
|
|
|
|
|
|
.ref-name {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2016-11-10 14:48:20 -05:00
|
|
|
}
|
2017-06-26 13:53:14 -04:00
|
|
|
|
|
|
|
&.admin-well h4 {
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2016-11-10 14:48:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 8px;
|
|
|
|
|
|
|
|
svg {
|
|
|
|
position: relative;
|
|
|
|
top: 2px;
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.commit-icon {
|
|
|
|
svg {
|
|
|
|
path {
|
|
|
|
fill: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.label.label-gray {
|
|
|
|
background-color: $well-expand-item;
|
|
|
|
}
|
|
|
|
}
|
2016-12-05 10:26:22 -05:00
|
|
|
|
|
|
|
.light-well {
|
2016-12-12 17:26:21 -05:00
|
|
|
background-color: $gray-light;
|
2016-12-05 10:26:22 -05:00
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
2017-06-26 13:53:14 -04:00
|
|
|
.dark-well {
|
|
|
|
background-color: $gray-normal;
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-05 10:26:22 -05:00
|
|
|
.well-centered {
|
|
|
|
h1 {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 48px;
|
|
|
|
}
|
|
|
|
}
|