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
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
.card.card-body-segment {
|
2016-11-10 14:48:20 -05:00
|
|
|
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-12-06 13:38:35 -05:00
|
|
|
|
|
|
|
.fork-svg {
|
|
|
|
margin-right: 4px;
|
2018-04-18 06:12:54 -04:00
|
|
|
vertical-align: bottom;
|
2017-12-06 13:38:35 -05:00
|
|
|
}
|
2016-11-10 14:48:20 -05:00
|
|
|
}
|
2017-05-11 11:47:44 -04:00
|
|
|
|
|
|
|
.ref-name {
|
|
|
|
font-size: 12px;
|
2017-12-04 06:00:52 -05:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
2017-05-11 11:47:44 -04:00
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-13 16:03:53 -04:00
|
|
|
.label-gray {
|
2016-11-10 14:48:20 -05:00
|
|
|
background-color: $well-expand-item;
|
|
|
|
}
|
2017-11-02 17:08:10 -04:00
|
|
|
|
|
|
|
.branches {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2017-11-07 07:40:24 -05:00
|
|
|
.branch-link {
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2017-11-02 17:08:10 -04:00
|
|
|
.limit-box {
|
2017-11-07 15:38:51 -05:00
|
|
|
cursor: pointer;
|
2017-11-07 06:20:19 -05:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
2017-11-07 15:36:07 -05:00
|
|
|
background-color: $red-100;
|
2017-11-06 13:37:07 -05:00
|
|
|
border-radius: $border-radius-default;
|
2017-11-02 17:08:10 -04:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&:hover {
|
2017-11-07 15:36:07 -05:00
|
|
|
background-color: $red-200;
|
2017-11-02 17:08:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.limit-icon {
|
2017-12-06 13:38:35 -05:00
|
|
|
margin: 0 4px;
|
2017-11-02 17:08:10 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.limit-message {
|
2017-11-07 12:33:58 -05:00
|
|
|
line-height: 16px;
|
2017-11-07 15:36:07 -05:00
|
|
|
margin-right: 8px;
|
2017-11-02 17:08:10 -04:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
}
|
2016-11-10 14:48:20 -05:00
|
|
|
}
|
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%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
.card.card-body-centered {
|
2016-12-05 10:26:22 -05:00
|
|
|
h1 {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-12-05 10:26:22 -05:00
|
|
|
text-align: center;
|
|
|
|
font-size: 48px;
|
|
|
|
}
|
|
|
|
}
|