2015-09-25 14:33:05 -04:00
|
|
|
.alert_holder {
|
|
|
|
margin: -16px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.alert-link {
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2015-09-25 14:33:05 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-15 14:43:32 -04:00
|
|
|
|
2012-08-21 01:20:11 -04:00
|
|
|
.new_project,
|
2017-08-03 06:37:08 -04:00
|
|
|
.edit-project,
|
|
|
|
.import-project {
|
2018-04-11 14:26:37 -04:00
|
|
|
.form-text.text-muted {
|
2016-06-07 21:10:55 -04:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2017-02-13 12:11:39 -05:00
|
|
|
.project-path .form-control {
|
|
|
|
border-radius: $border-radius-base;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2018-03-22 10:42:51 -04:00
|
|
|
.input-group {
|
|
|
|
.select2-container {
|
|
|
|
display: unset;
|
|
|
|
max-width: unset;
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
> div {
|
|
|
|
&:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2016-06-07 21:10:55 -04:00
|
|
|
.input-group > div {
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
fieldset > .form-group:first-child {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-12 16:32:55 -04:00
|
|
|
.input-group-prepend,
|
|
|
|
.input-group-append {
|
2018-03-22 10:42:51 -04:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
line-height: unset;
|
|
|
|
width: unset;
|
|
|
|
max-width: 50%;
|
|
|
|
text-align: left;
|
2016-10-14 14:42:08 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
&.static-namespace {
|
|
|
|
height: 35px;
|
|
|
|
border-radius: 3px;
|
2016-11-30 08:25:25 -05:00
|
|
|
border: 1px solid $border-color;
|
2018-03-22 10:42:51 -04:00
|
|
|
max-width: 100%;
|
|
|
|
flex-grow: 1;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2017-10-11 05:07:19 -04:00
|
|
|
+ .select2 a,
|
2018-05-10 15:22:56 -04:00
|
|
|
+ .btn-default {
|
2018-03-22 10:42:51 -04:00
|
|
|
border-radius: 0 $border-radius-base $border-radius-base 0;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2012-12-02 12:28:23 -05:00
|
|
|
}
|
2012-04-24 14:49:34 -04:00
|
|
|
}
|
2012-08-25 16:39:01 -04:00
|
|
|
|
2019-04-09 11:38:58 -04:00
|
|
|
.classification-label {
|
|
|
|
background-color: $red-500;
|
|
|
|
}
|
|
|
|
|
2017-09-07 14:07:40 -04:00
|
|
|
.toggle-wrapper {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-feature-row > .toggle-wrapper {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-visibility-setting,
|
|
|
|
.project-feature-settings {
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
padding: 10px 32px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-09-07 14:07:40 -04:00
|
|
|
padding: 10px 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-visibility-setting .request-access {
|
|
|
|
line-height: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-feature-settings {
|
|
|
|
background: $gray-lighter;
|
2017-11-02 19:59:51 -04:00
|
|
|
border-top: 0;
|
2017-09-07 14:07:40 -04:00
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-repo-select {
|
|
|
|
transition: background 2s ease-out;
|
|
|
|
|
|
|
|
&:disabled {
|
2017-09-23 11:04:43 -04:00
|
|
|
opacity: 0.5;
|
|
|
|
pointer-events: none;
|
2017-09-07 14:07:40 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.highlight-changes & {
|
|
|
|
background: $highlight-changes-color;
|
|
|
|
transition: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-feature-controls {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-09-06 03:27:39 -04:00
|
|
|
margin: $gl-padding-8 0;
|
2017-09-07 14:07:40 -04:00
|
|
|
max-width: 432px;
|
|
|
|
|
|
|
|
.toggle-wrapper {
|
|
|
|
flex: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-wrapper {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-feature-setting-group {
|
|
|
|
padding-left: 32px;
|
|
|
|
|
|
|
|
.project-feature-controls {
|
|
|
|
max-width: 400px;
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-09-07 14:07:40 -04:00
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.group-home-panel,
|
2018-09-06 03:27:39 -04:00
|
|
|
.project-home-panel {
|
2018-12-07 09:11:42 -05:00
|
|
|
padding-top: $gl-padding;
|
|
|
|
padding-bottom: $gl-padding;
|
2018-09-06 03:27:39 -04:00
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-avatar {
|
|
|
|
width: $home-panel-title-row-height;
|
|
|
|
height: $home-panel-title-row-height;
|
2018-09-06 03:27:39 -04:00
|
|
|
flex-shrink: 0;
|
2019-01-21 15:52:53 -05:00
|
|
|
flex-basis: $home-panel-title-row-height;
|
2018-09-06 03:27:39 -04:00
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-title {
|
2018-09-06 03:27:39 -04:00
|
|
|
font-size: 20px;
|
2018-12-07 09:11:42 -05:00
|
|
|
line-height: $gl-line-height-24;
|
2018-09-06 03:27:39 -04:00
|
|
|
font-weight: bold;
|
2018-12-07 09:11:42 -05:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
font-size: $gl-font-size-large;
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-topic-list {
|
2018-12-07 09:11:42 -05:00
|
|
|
font-size: $gl-font-size;
|
|
|
|
font-weight: $gl-font-weight-normal;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
position: relative;
|
|
|
|
top: 3px;
|
|
|
|
margin-right: $gl-padding-4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-title-row {
|
2018-12-07 09:11:42 -05:00
|
|
|
@include media-breakpoint-down(sm) {
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-avatar {
|
|
|
|
width: $home-panel-avatar-mobile-size;
|
|
|
|
height: $home-panel-avatar-mobile-size;
|
|
|
|
flex-basis: $home-panel-avatar-mobile-size;
|
2018-12-07 09:11:42 -05:00
|
|
|
|
|
|
|
.avatar {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 46px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-title {
|
2018-12-07 09:11:42 -05:00
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
line-height: $gl-font-size-large;
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-topic-list,
|
|
|
|
.home-panel-metadata {
|
2018-12-07 09:11:42 -05:00
|
|
|
font-size: $gl-font-size-small;
|
|
|
|
}
|
|
|
|
}
|
2018-09-06 03:27:39 -04:00
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-metadata {
|
2018-09-06 03:27:39 -04:00
|
|
|
font-weight: normal;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: $gl-btn-line-height;
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-license {
|
2018-09-06 03:27:39 -04:00
|
|
|
.btn {
|
|
|
|
line-height: 0;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-31 05:55:56 -04:00
|
|
|
.access-request-link {
|
2018-12-07 09:11:42 -05:00
|
|
|
padding-left: $gl-padding-8;
|
|
|
|
border-left: 1px solid $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-description {
|
2018-12-07 09:11:42 -05:00
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
font-size: $gl-font-size-large;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.notifications-btn {
|
|
|
|
.fa-bell {
|
|
|
|
margin-right: 0;
|
2018-09-06 03:27:39 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.nav > .project-buttons {
|
2016-11-18 13:07:18 -05:00
|
|
|
margin-top: 0;
|
2016-11-18 11:28:25 -05:00
|
|
|
}
|
2015-12-18 14:17:19 -05:00
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.project-repo-buttons {
|
2016-06-29 08:07:12 -04:00
|
|
|
.btn {
|
2016-11-08 15:48:28 -05:00
|
|
|
&:last-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.fa {
|
|
|
|
color: $layout-link-gray;
|
2016-01-14 11:42:15 -05:00
|
|
|
}
|
|
|
|
|
2016-07-15 10:23:41 -04:00
|
|
|
svg {
|
2017-11-28 13:29:23 -05:00
|
|
|
fill: $layout-link-gray;
|
2016-07-15 10:23:41 -04:00
|
|
|
}
|
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.fa-caret-down {
|
|
|
|
margin-left: 3px;
|
2019-10-31 08:06:26 -04:00
|
|
|
line-height: 0;
|
2018-09-06 03:27:39 -04:00
|
|
|
|
|
|
|
&.dropdown-btn-icon {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2019-01-21 15:52:53 -05:00
|
|
|
|
|
|
|
.notifications-icon {
|
|
|
|
top: 1px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.count-badge,
|
2019-11-12 16:06:30 -05:00
|
|
|
.btn-xs {
|
2019-01-21 15:52:53 -05:00
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle,
|
|
|
|
.clone-dropdown-btn {
|
|
|
|
.fa {
|
|
|
|
color: unset;
|
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2019-01-21 15:52:53 -05:00
|
|
|
.home-panel-action-button,
|
2016-12-16 10:46:24 -05:00
|
|
|
.project-action-button {
|
2018-09-06 03:27:39 -04:00
|
|
|
margin: $gl-padding $gl-padding-8 0 0;
|
2016-12-14 16:51:25 -05:00
|
|
|
vertical-align: top;
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2016-12-10 01:21:47 -05:00
|
|
|
.notification-dropdown .dropdown-menu {
|
2018-04-17 13:18:41 -04:00
|
|
|
@extend .dropdown-menu-right;
|
2016-12-10 01:21:47 -05:00
|
|
|
}
|
|
|
|
|
2016-11-18 11:28:25 -05:00
|
|
|
.download-button {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(md) {
|
2016-11-18 11:28:25 -05:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-29 08:07:12 -04:00
|
|
|
.count-buttons {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2018-09-06 03:27:39 -04:00
|
|
|
margin-top: $gl-padding;
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
.count-badge-count,
|
|
|
|
.count-badge-button {
|
2019-07-16 17:49:04 -04:00
|
|
|
border: 1px solid $border-color;
|
2018-09-06 03:27:39 -04:00
|
|
|
line-height: 1;
|
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
.count,
|
|
|
|
.count-badge-button {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
.count-badge-count {
|
|
|
|
padding: 0 12px;
|
|
|
|
background: $gray-light;
|
2018-12-07 09:11:42 -05:00
|
|
|
border-radius: 0 $border-radius-base $border-radius-base 0;
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
.count-badge-button {
|
2018-12-07 09:11:42 -05:00
|
|
|
border-right: 0;
|
|
|
|
border-radius: $border-radius-base 0 0 $border-radius-base;
|
2018-09-06 03:27:39 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
.project-clone-holder {
|
|
|
|
display: inline-block;
|
2018-12-07 09:11:42 -05:00
|
|
|
margin: $gl-padding 0 0;
|
2016-05-19 11:11:54 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
input {
|
|
|
|
height: $input-height;
|
2016-05-19 11:11:54 -04:00
|
|
|
}
|
|
|
|
}
|
2017-11-10 18:34:26 -05:00
|
|
|
|
2017-11-13 13:21:26 -05:00
|
|
|
.clone-options-dropdown {
|
|
|
|
min-width: 240px;
|
2017-11-15 14:47:22 -05:00
|
|
|
|
|
|
|
.dropdown-menu-inner-content {
|
|
|
|
min-width: 320px;
|
|
|
|
}
|
2017-11-13 13:21:26 -05:00
|
|
|
}
|
2018-09-06 03:27:39 -04:00
|
|
|
|
|
|
|
.mobile-git-clone {
|
|
|
|
margin-top: $gl-padding-8;
|
|
|
|
}
|
2012-09-03 15:30:14 -04:00
|
|
|
}
|
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.split-one {
|
|
|
|
display: inline-table;
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-right: 12px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-05-19 23:09:51 -04:00
|
|
|
> a {
|
2016-03-24 16:45:31 -04:00
|
|
|
margin: -1px;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-03 15:30:14 -04:00
|
|
|
.save-project-loader {
|
2014-02-05 13:30:57 -05:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 50px;
|
2018-08-24 12:29:44 -04:00
|
|
|
color: $gl-gray-700;
|
2012-08-30 15:15:34 -04:00
|
|
|
}
|
2012-12-03 13:14:05 -05:00
|
|
|
|
2014-01-11 05:11:54 -05:00
|
|
|
.transfer-project .select2-container {
|
2013-11-13 10:06:24 -05:00
|
|
|
min-width: 200px;
|
|
|
|
}
|
2013-11-14 10:01:23 -05:00
|
|
|
|
2018-05-07 14:21:34 -04:00
|
|
|
.deploy-key {
|
|
|
|
// Ensure that the fingerprint does not overflow on small screens
|
|
|
|
.fingerprint {
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.deploy-project-label,
|
|
|
|
.key-created-at {
|
|
|
|
svg {
|
|
|
|
vertical-align: text-top;
|
2016-04-25 11:26:41 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-07 14:21:34 -04:00
|
|
|
.btn svg {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.key-created-at {
|
|
|
|
line-height: unset;
|
2016-04-25 11:26:41 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-05-07 14:21:34 -04:00
|
|
|
.deploy-project-list {
|
|
|
|
margin-bottom: -$gl-padding-4;
|
2016-04-25 11:26:41 -04:00
|
|
|
|
2018-05-07 14:21:34 -04:00
|
|
|
a.deploy-project-label {
|
|
|
|
margin-right: $gl-padding-4;
|
|
|
|
margin-bottom: $gl-padding-4;
|
|
|
|
color: $gl-text-color-secondary;
|
2019-01-14 15:17:22 -05:00
|
|
|
background-color: $gray-100;
|
2018-05-07 14:21:34 -04:00
|
|
|
line-height: $gl-btn-line-height;
|
|
|
|
|
|
|
|
&:hover {
|
2018-08-14 12:44:08 -04:00
|
|
|
color: $blue-600;
|
2018-05-07 14:21:34 -04:00
|
|
|
}
|
2016-04-25 11:26:41 -04:00
|
|
|
}
|
2013-12-29 11:58:47 -05:00
|
|
|
}
|
2014-06-03 07:49:50 -04:00
|
|
|
|
|
|
|
.vs-public {
|
2018-08-21 13:52:31 -04:00
|
|
|
color: $blue-500;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.vs-internal {
|
2018-08-21 13:52:31 -04:00
|
|
|
color: $orange-500;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.vs-private {
|
2018-08-21 13:52:31 -04:00
|
|
|
color: $green-500;
|
2014-06-03 07:49:50 -04:00
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
|
2016-08-30 18:17:45 -04:00
|
|
|
.lfs-enabled {
|
2018-08-21 13:52:31 -04:00
|
|
|
color: $green-500;
|
2016-08-30 18:17:45 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.lfs-disabled {
|
2018-08-21 13:52:31 -04:00
|
|
|
color: $orange-500;
|
2016-08-30 18:17:45 -04:00
|
|
|
}
|
|
|
|
|
2014-06-14 12:02:16 -04:00
|
|
|
.breadcrumb.repo-breadcrumb {
|
2017-06-28 04:43:05 -04:00
|
|
|
flex: 1;
|
2015-05-09 17:17:05 -04:00
|
|
|
padding: 0;
|
2015-09-07 05:44:00 -04:00
|
|
|
background: transparent;
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2019-07-16 12:03:29 -04:00
|
|
|
line-height: 34px;
|
2015-09-07 05:44:00 -04:00
|
|
|
margin: 0;
|
2014-06-14 12:02:16 -04:00
|
|
|
|
2016-10-24 16:58:50 -04:00
|
|
|
> li + li::before {
|
2014-06-14 12:02:16 -04:00
|
|
|
padding: 0 3px;
|
2018-08-24 12:29:44 -04:00
|
|
|
color: $gl-gray-400;
|
2014-06-14 12:02:16 -04:00
|
|
|
}
|
2016-03-25 10:48:00 -04:00
|
|
|
|
|
|
|
a {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-03-25 10:48:00 -04:00
|
|
|
}
|
2016-09-14 05:51:42 -04:00
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
width: 240px;
|
|
|
|
}
|
2014-06-14 12:02:16 -04:00
|
|
|
}
|
2014-11-14 09:06:39 -05:00
|
|
|
|
2017-10-02 04:49:49 -04:00
|
|
|
.fork-thumbnail {
|
|
|
|
height: 200px;
|
|
|
|
width: calc((100% / 2) - #{$gl-padding * 2});
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(md) {
|
2017-10-02 04:49:49 -04:00
|
|
|
width: calc((100% / 4) - #{$gl-padding * 2});
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(lg) {
|
2017-10-02 04:49:49 -04:00
|
|
|
width: calc((100% / 5) - #{$gl-padding * 2});
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2017-10-02 04:49:49 -04:00
|
|
|
&:hover:not(.disabled),
|
|
|
|
&.forked {
|
2018-08-16 15:31:53 -04:00
|
|
|
background-color: $blue-50;
|
|
|
|
border-color: $blue-200;
|
2017-10-02 04:49:49 -04:00
|
|
|
}
|
2014-11-14 09:06:39 -05:00
|
|
|
|
2017-10-02 04:49:49 -04:00
|
|
|
.avatar-container,
|
|
|
|
.identicon {
|
|
|
|
float: none;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: $gl-padding;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
&.disabled {
|
2018-03-22 10:42:51 -04:00
|
|
|
opacity: 0.3;
|
2017-10-02 04:49:49 -04:00
|
|
|
cursor: not-allowed;
|
2014-11-14 09:06:39 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-11-19 11:11:16 -05:00
|
|
|
|
2017-10-02 04:49:49 -04:00
|
|
|
.fork-thumbnail-container {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin-left: -$gl-padding;
|
|
|
|
margin-right: -$gl-padding;
|
|
|
|
|
|
|
|
> h5 {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-11 05:07:19 -04:00
|
|
|
.project-template {
|
|
|
|
> .form-group {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2018-08-03 11:36:53 -04:00
|
|
|
.tab-pane {
|
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-10-11 05:07:19 -04:00
|
|
|
.template-option {
|
2018-08-03 11:36:53 -04:00
|
|
|
padding: 16px 0;
|
2017-10-11 05:07:19 -04:00
|
|
|
|
|
|
|
&:not(:first-child) {
|
|
|
|
border-top: 1px solid $border-color;
|
|
|
|
}
|
2018-06-14 15:41:34 -04:00
|
|
|
|
2018-08-03 11:36:53 -04:00
|
|
|
.controls {
|
|
|
|
margin-left: auto;
|
2018-06-14 15:41:34 -04:00
|
|
|
}
|
2017-10-11 05:07:19 -04:00
|
|
|
}
|
|
|
|
|
2018-08-03 11:36:53 -04:00
|
|
|
.choose-template {
|
2017-10-11 05:07:19 -04:00
|
|
|
input {
|
|
|
|
position: absolute;
|
|
|
|
clip: rect(0, 0, 0, 0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-fields-form {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
display: block;
|
|
|
|
padding: $gl-padding;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.template-input-group {
|
2018-06-11 18:18:19 -04:00
|
|
|
.input-group-prepend {
|
2017-10-11 05:07:19 -04:00
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
2018-06-11 18:18:19 -04:00
|
|
|
.input-group-text {
|
|
|
|
width: 100%;
|
|
|
|
background-color: $white-light;
|
2017-10-11 05:07:19 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.selected-icon {
|
2019-02-06 08:07:04 -05:00
|
|
|
img {
|
2017-10-11 05:07:19 -04:00
|
|
|
display: none;
|
|
|
|
height: 20px;
|
|
|
|
width: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gitlab-tab-content {
|
|
|
|
.import-project-pane {
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.project-import {
|
2017-10-11 11:45:39 -04:00
|
|
|
.import-btn-container {
|
2017-10-11 05:07:19 -04:00
|
|
|
margin-bottom: 0;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-07-11 10:32:01 -04:00
|
|
|
|
2017-10-11 11:45:39 -04:00
|
|
|
.toggle-import-form {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.import-buttons {
|
|
|
|
padding-left: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2016-07-11 10:32:01 -04:00
|
|
|
|
2016-06-07 21:10:55 -04:00
|
|
|
.btn {
|
2018-09-06 03:27:39 -04:00
|
|
|
padding: $gl-padding-8;
|
2017-07-31 12:33:10 -04:00
|
|
|
margin-right: 10px;
|
2016-06-07 21:10:55 -04:00
|
|
|
}
|
2016-07-11 10:32:01 -04:00
|
|
|
|
2017-08-01 08:23:04 -04:00
|
|
|
.btn-template-icon {
|
2017-07-31 12:33:10 -04:00
|
|
|
height: 24px;
|
2017-08-01 08:23:04 -04:00
|
|
|
width: inherit;
|
|
|
|
display: block;
|
2017-08-03 06:47:27 -04:00
|
|
|
margin: 0 auto 4px;
|
2017-07-30 06:56:40 -04:00
|
|
|
font-size: 24px;
|
2017-08-04 07:13:36 -04:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@media (min-width: map-get($grid-breakpoints, sm)-1) {
|
2017-08-04 07:13:36 -04:00
|
|
|
top: 0;
|
|
|
|
}
|
2017-07-30 06:56:40 -04:00
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-01 08:23:04 -04:00
|
|
|
.btn-template-icon {
|
2017-07-31 12:33:10 -04:00
|
|
|
display: inline-block;
|
2017-08-01 11:20:10 -04:00
|
|
|
height: 14px;
|
2017-07-31 12:33:10 -04:00
|
|
|
font-size: 14px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
2017-08-01 08:23:04 -04:00
|
|
|
|
|
|
|
> div {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
2017-07-31 12:33:10 -04:00
|
|
|
}
|
2017-08-01 08:23:04 -04:00
|
|
|
}
|
|
|
|
|
2017-08-03 06:37:08 -04:00
|
|
|
.create-project-options {
|
|
|
|
display: flex;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.first-column {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
max-width: 50%;
|
2017-08-04 07:13:36 -04:00
|
|
|
padding-right: 30px;
|
2017-08-03 06:37:08 -04:00
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
2017-07-31 12:33:10 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-08-03 06:37:08 -04:00
|
|
|
.second-column {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
width: 50%;
|
|
|
|
flex: 1;
|
|
|
|
padding-left: 30px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
padding-left: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Mobile
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&::before {
|
2018-03-22 10:42:51 -04:00
|
|
|
content: 'OR';
|
2017-08-03 06:37:08 -04:00
|
|
|
position: absolute;
|
2017-08-10 04:15:33 -04:00
|
|
|
left: -10px;
|
|
|
|
top: 50%;
|
2017-08-03 06:37:08 -04:00
|
|
|
z-index: 10;
|
2018-09-06 03:27:39 -04:00
|
|
|
padding: $gl-padding-8 0;
|
2017-08-03 06:37:08 -04:00
|
|
|
text-align: center;
|
|
|
|
background-color: $white-light;
|
|
|
|
color: $gl-text-color-tertiary;
|
2017-08-10 04:15:33 -04:00
|
|
|
transform: translateY(-50%);
|
2017-08-03 06:37:08 -04:00
|
|
|
font-size: 12px;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-bold;
|
2017-08-03 06:37:08 -04:00
|
|
|
line-height: 20px;
|
|
|
|
|
|
|
|
// Mobile
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
left: 50%;
|
2017-08-10 05:15:36 -04:00
|
|
|
top: 0;
|
2017-08-10 04:15:33 -04:00
|
|
|
transform: translateX(-50%);
|
2018-09-06 03:27:39 -04:00
|
|
|
padding: 0 $gl-padding-8;
|
2017-08-03 06:37:08 -04:00
|
|
|
}
|
|
|
|
}
|
2017-08-01 11:20:10 -04:00
|
|
|
|
2017-08-03 06:37:08 -04:00
|
|
|
&::after {
|
2018-03-22 10:42:51 -04:00
|
|
|
content: '';
|
2017-08-03 06:37:08 -04:00
|
|
|
position: absolute;
|
|
|
|
background-color: $border-color;
|
2017-08-01 11:20:10 -04:00
|
|
|
bottom: 0;
|
2017-08-03 06:37:08 -04:00
|
|
|
left: 0;
|
2017-08-01 11:20:10 -04:00
|
|
|
right: auto;
|
|
|
|
height: 100%;
|
|
|
|
width: 1px;
|
2017-08-03 06:37:08 -04:00
|
|
|
top: 0;
|
|
|
|
|
|
|
|
// Mobile
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-08-03 06:37:08 -04:00
|
|
|
top: 10px;
|
|
|
|
left: 10px;
|
|
|
|
right: 10px;
|
|
|
|
height: 1px;
|
|
|
|
width: auto;
|
|
|
|
}
|
2017-07-31 12:33:10 -04:00
|
|
|
}
|
|
|
|
}
|
2017-07-30 06:56:40 -04:00
|
|
|
}
|
|
|
|
|
2018-12-07 09:11:42 -05:00
|
|
|
.project-stats,
|
|
|
|
.project-buttons {
|
2018-09-06 03:27:39 -04:00
|
|
|
.scrolling-tabs-container {
|
|
|
|
.scrolling-tabs {
|
|
|
|
margin-top: $gl-padding-8;
|
2019-02-14 08:40:42 -05:00
|
|
|
margin-bottom: $gl-padding-8 - $browser-scrollbar-size;
|
|
|
|
padding-bottom: $browser-scrollbar-size;
|
2018-09-06 03:27:39 -04:00
|
|
|
flex-wrap: wrap;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2018-09-06 03:27:39 -04:00
|
|
|
.fade-left,
|
|
|
|
.fade-right {
|
|
|
|
top: 0;
|
2019-02-14 08:40:42 -05:00
|
|
|
height: calc(100% - #{$browser-scrollbar-size});
|
2018-09-06 03:27:39 -04:00
|
|
|
|
|
|
|
.fa {
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -$gl-padding-8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
flex-basis: 100%;
|
|
|
|
|
|
|
|
+ .nav {
|
|
|
|
margin: $gl-padding-8 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
flex-wrap: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav:first-child {
|
|
|
|
margin-right: $gl-padding-8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav {
|
2017-07-12 05:50:26 -04:00
|
|
|
> li {
|
|
|
|
display: inline-block;
|
2016-06-29 08:07:12 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
&:not(:last-child) {
|
2019-11-22 19:06:06 -05:00
|
|
|
margin-right: $gl-padding;
|
2017-07-12 05:50:26 -04:00
|
|
|
}
|
2016-06-29 09:16:47 -04:00
|
|
|
|
2017-07-12 05:50:26 -04:00
|
|
|
&.right {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 0;
|
2016-11-18 11:28:25 -05:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(lg) {
|
2017-07-12 05:50:26 -04:00
|
|
|
float: right;
|
|
|
|
}
|
2016-06-29 09:16:47 -04:00
|
|
|
}
|
2018-02-02 16:50:09 -05:00
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
|
2018-02-02 16:50:09 -05:00
|
|
|
.stat-text,
|
|
|
|
.stat-link {
|
|
|
|
padding: $gl-btn-vert-padding 0;
|
|
|
|
background-color: transparent;
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
line-height: $gl-btn-line-height;
|
2018-08-21 13:52:31 -04:00
|
|
|
color: $gl-text-color-secondary;
|
2018-12-07 09:11:42 -05:00
|
|
|
white-space: pre-wrap;
|
2018-02-02 16:50:09 -05:00
|
|
|
}
|
2015-09-04 10:14:10 -04:00
|
|
|
|
2018-02-02 16:50:09 -05:00
|
|
|
.stat-link {
|
2018-09-06 03:27:39 -04:00
|
|
|
border-bottom: 0;
|
2018-12-07 09:11:42 -05:00
|
|
|
color: $black;
|
2018-09-06 03:27:39 -04:00
|
|
|
|
2018-02-02 16:50:09 -05:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
text-decoration: underline;
|
2018-09-06 03:27:39 -04:00
|
|
|
border-bottom: 0;
|
2017-07-12 05:50:26 -04:00
|
|
|
}
|
2018-12-07 09:11:42 -05:00
|
|
|
|
|
|
|
.project-stat-value {
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-license-link {
|
|
|
|
&,
|
|
|
|
.icon {
|
|
|
|
color: $blue-600;
|
|
|
|
}
|
|
|
|
}
|
2016-06-29 08:07:12 -04:00
|
|
|
}
|
2016-06-16 14:59:07 -04:00
|
|
|
|
2018-02-02 16:50:09 -05:00
|
|
|
.btn {
|
2019-11-21 01:06:32 -05:00
|
|
|
margin-top: $gl-padding-8;
|
2019-07-16 12:03:29 -04:00
|
|
|
padding: $gl-btn-vert-padding $gl-btn-padding;
|
2018-02-02 16:50:09 -05:00
|
|
|
line-height: $gl-btn-line-height;
|
2018-12-07 09:11:42 -05:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
top: 0;
|
|
|
|
}
|
2016-06-16 14:59:07 -04:00
|
|
|
}
|
2015-07-30 09:12:57 -04:00
|
|
|
|
2018-02-02 16:50:09 -05:00
|
|
|
.btn-missing {
|
|
|
|
@extend .btn-missing;
|
2015-07-30 09:12:57 -04:00
|
|
|
}
|
|
|
|
}
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
|
|
|
|
2018-12-07 09:11:42 -05:00
|
|
|
.project-buttons {
|
|
|
|
.stat-text {
|
|
|
|
@extend .btn;
|
|
|
|
@extend .btn-default;
|
|
|
|
}
|
2019-11-22 19:06:06 -05:00
|
|
|
|
|
|
|
.nav > li:not(:last-child) {
|
|
|
|
margin-right: $gl-padding-8;
|
|
|
|
}
|
2018-12-07 09:11:42 -05:00
|
|
|
}
|
|
|
|
|
Add repository languages for projects
Our friends at GitHub show the programming languages for a long time,
and inspired by that this commit means to create about the same
functionality.
Language detection is done through Linguist, as before, where the
difference is that we cache the result in the database. Also, Gitaly can
incrementaly scan a repository. This is done through a shell out, which
creates overhead of about 3s each run. For now this won't be improved.
Scans are triggered by pushed to the default branch, usually `master`.
However, one exception to this rule the charts page. If we're requesting
this expensive data anyway, we just cache it in the database.
Edge cases where there is no repository, or its empty are caught in the
Repository model. This makes use of Redis caching, which is probably
already loaded.
The added model is called RepositoryLanguage, which will make it harder
if/when GitLab supports multiple repositories per project. However, for
now I think this shouldn't be a concern. Also, Language could be
confused with the i18n languages and felt like the current name was
suiteable too.
Design of the Project#Show page is done with help from @dimitrieh. This
change is not visible to the end user unless detections are done.
2018-06-06 07:10:59 -04:00
|
|
|
.repository-languages-bar {
|
2018-08-13 11:49:27 -04:00
|
|
|
height: 8px;
|
|
|
|
margin-bottom: $gl-padding-8;
|
|
|
|
background-color: $white-light;
|
|
|
|
border-radius: $border-radius-default;
|
|
|
|
|
|
|
|
.progress-bar {
|
|
|
|
margin-right: 2px;
|
|
|
|
padding: 0 $gl-padding-4;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
Add repository languages for projects
Our friends at GitHub show the programming languages for a long time,
and inspired by that this commit means to create about the same
functionality.
Language detection is done through Linguist, as before, where the
difference is that we cache the result in the database. Also, Gitaly can
incrementaly scan a repository. This is done through a shell out, which
creates overhead of about 3s each run. For now this won't be improved.
Scans are triggered by pushed to the default branch, usually `master`.
However, one exception to this rule the charts page. If we're requesting
this expensive data anyway, we just cache it in the database.
Edge cases where there is no repository, or its empty are caught in the
Repository model. This makes use of Redis caching, which is probably
already loaded.
The added model is called RepositoryLanguage, which will make it harder
if/when GitLab supports multiple repositories per project. However, for
now I think this shouldn't be a concern. Also, Language could be
confused with the i18n languages and felt like the current name was
suiteable too.
Design of the Project#Show page is done with help from @dimitrieh. This
change is not visible to the end user unless detections are done.
2018-06-06 07:10:59 -04:00
|
|
|
}
|
|
|
|
|
2018-10-02 01:12:05 -04:00
|
|
|
.repository-language-bar-tooltip-language {
|
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.repository-language-bar-tooltip-share {
|
2019-01-14 15:17:22 -05:00
|
|
|
color: $gray-400;
|
2018-10-02 01:12:05 -04:00
|
|
|
}
|
|
|
|
|
2015-07-07 09:22:56 -04:00
|
|
|
pre.light-well {
|
2016-11-30 08:25:25 -05:00
|
|
|
border-color: $well-light-border;
|
2015-07-07 09:22:56 -04:00
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.git-empty {
|
2018-02-02 16:50:09 -05:00
|
|
|
margin-bottom: 7px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
h5 {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.light-well {
|
2016-09-09 12:59:36 -04:00
|
|
|
border-radius: 2px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $well-light-text-color;
|
2015-10-01 06:19:08 -04:00
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.6em;
|
2015-09-24 12:36:15 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-01 06:19:08 -04:00
|
|
|
.project-footer {
|
2015-09-25 14:33:05 -04:00
|
|
|
margin-top: 20px;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
.btn-remove {
|
2015-09-25 14:33:05 -04:00
|
|
|
@include btn-middle;
|
2015-10-07 11:21:15 -04:00
|
|
|
@include btn-red;
|
2015-10-01 06:19:08 -04:00
|
|
|
|
2015-09-24 12:36:15 -04:00
|
|
|
float: left !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-08-26 16:44:02 -04:00
|
|
|
/*
|
|
|
|
* Projects list rendered on dashboard and user page
|
|
|
|
*/
|
|
|
|
.projects-list {
|
|
|
|
@include basic-list;
|
2017-03-23 06:36:17 -04:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2015-08-26 16:44:02 -04:00
|
|
|
|
2017-03-29 16:01:45 -04:00
|
|
|
// Disable Flexbox for admin page
|
2019-09-20 05:06:17 -04:00
|
|
|
&.admin-projects,
|
|
|
|
&.group-settings-projects {
|
2017-03-29 16:01:45 -04:00
|
|
|
display: block;
|
2017-01-09 15:20:42 -05:00
|
|
|
|
2017-03-29 16:01:45 -04:00
|
|
|
.project-row {
|
|
|
|
display: block;
|
2019-09-20 05:06:17 -04:00
|
|
|
|
|
|
|
.description > p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-09-02 07:02:16 -04:00
|
|
|
}
|
2017-03-29 16:01:45 -04:00
|
|
|
}
|
2015-09-02 07:02:16 -04:00
|
|
|
|
2017-03-23 06:42:47 -04:00
|
|
|
.project-row {
|
2017-07-12 00:59:39 -04:00
|
|
|
@include basic-list-stats;
|
2017-03-23 06:36:17 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-09-17 10:16:34 -04:00
|
|
|
padding: $gl-padding-12 0;
|
2015-09-24 08:00:23 -04:00
|
|
|
|
2018-12-13 07:37:54 -05:00
|
|
|
&.no-description {
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
.avatar-container {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.metadata-info {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-23 06:36:17 -04:00
|
|
|
}
|
2017-01-09 15:20:42 -05:00
|
|
|
|
2018-12-13 07:37:54 -05:00
|
|
|
h2 {
|
2019-09-17 10:16:34 -04:00
|
|
|
font-size: $gl-font-size;
|
2018-12-13 07:37:54 -05:00
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
.namespace-name {
|
|
|
|
font-weight: $gl-font-weight-normal;
|
|
|
|
}
|
|
|
|
}
|
2017-03-23 06:36:17 -04:00
|
|
|
}
|
2016-07-19 14:14:23 -04:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.avatar-container {
|
2018-12-13 07:37:54 -05:00
|
|
|
flex: 0 0 auto;
|
2017-03-23 06:36:17 -04:00
|
|
|
align-self: flex-start;
|
|
|
|
}
|
2017-01-09 15:20:42 -05:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.project-details {
|
|
|
|
min-width: 0;
|
2018-12-13 07:37:54 -05:00
|
|
|
line-height: $gl-line-height;
|
|
|
|
|
|
|
|
.flex-wrapper {
|
|
|
|
min-width: 0;
|
|
|
|
margin-top: -$gl-padding-8; // negative margin required for flex-wrap
|
2019-02-07 05:07:49 -05:00
|
|
|
flex: 1 1 100%;
|
|
|
|
|
|
|
|
.project-title {
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
2018-12-13 07:37:54 -05:00
|
|
|
}
|
2016-07-19 14:14:23 -04:00
|
|
|
|
2017-03-24 05:06:21 -04:00
|
|
|
p,
|
|
|
|
.commit-row-message {
|
2017-03-23 06:36:17 -04:00
|
|
|
@include str-truncated(100%);
|
|
|
|
margin-bottom: 0;
|
2017-01-09 15:20:42 -05:00
|
|
|
}
|
2015-09-04 05:56:32 -04:00
|
|
|
|
2018-12-13 07:37:54 -05:00
|
|
|
.user-access-role {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2019-01-12 03:09:11 -05:00
|
|
|
.description {
|
|
|
|
line-height: 1.5;
|
2019-09-17 10:16:34 -04:00
|
|
|
color: $gl-text-color-secondary;
|
2018-12-13 07:37:54 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
.user-access-role {
|
|
|
|
line-height: $gl-line-height-14;
|
|
|
|
}
|
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
2015-09-04 05:56:32 -04:00
|
|
|
|
2017-03-23 06:36:17 -04:00
|
|
|
.ci-status-link {
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 17px;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-09-04 05:56:32 -04:00
|
|
|
}
|
2018-12-13 07:37:54 -05:00
|
|
|
|
|
|
|
.controls {
|
2019-02-07 05:07:49 -05:00
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
margin-top: $gl-padding-8;
|
|
|
|
}
|
2018-12-13 07:37:54 -05:00
|
|
|
|
2019-02-07 05:07:49 -05:00
|
|
|
@include media-breakpoint-up(sm) {
|
2018-12-13 07:37:54 -05:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2019-02-07 05:07:49 -05:00
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
flex: 1 1 40%;
|
2018-12-13 07:37:54 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-wrapper {
|
|
|
|
color: inherit;
|
|
|
|
margin-right: $gl-padding;
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
margin-right: 0;
|
|
|
|
margin-left: $gl-padding-8;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-03-04 04:08:20 -05:00
|
|
|
&:not(.with-pipeline-status) {
|
|
|
|
.icon-wrapper:first-of-type {
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
margin-left: $gl-padding-32;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-12-13 07:37:54 -05:00
|
|
|
.ci-status-link {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.star-button {
|
|
|
|
.icon {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
margin-right: $gl-padding-8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.compact {
|
|
|
|
.project-row {
|
|
|
|
padding: $gl-padding 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-container {
|
|
|
|
@include avatar-size(40px, 10px);
|
|
|
|
min-height: 40px;
|
|
|
|
min-width: 40px;
|
|
|
|
|
2019-02-07 05:07:49 -05:00
|
|
|
.identicon.s48 {
|
2018-12-13 07:37:54 -05:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls {
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.updated-note {
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
margin-top: $gl-padding-8;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-wrapper {
|
|
|
|
margin-left: $gl-padding-8;
|
|
|
|
margin-right: 0;
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
&:first-child {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.user-access-role {
|
|
|
|
line-height: $gl-line-height-14;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
h2 {
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar-container {
|
|
|
|
@include avatar-size(40px, 10px);
|
|
|
|
min-height: 40px;
|
|
|
|
min-width: 40px;
|
|
|
|
|
|
|
|
.identicon.s64 {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
.updated-note {
|
|
|
|
margin-top: $gl-padding-8;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.forks,
|
|
|
|
.pipeline-status,
|
|
|
|
.updated-note {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
&:not(.explore) {
|
|
|
|
.forks {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.explore {
|
|
|
|
.pipeline-status,
|
|
|
|
.updated-note {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
.updated-note {
|
|
|
|
margin-top: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
.card .projects-list li {
|
2015-08-26 16:44:02 -04:00
|
|
|
padding: 10px 15px;
|
2015-09-02 07:02:16 -04:00
|
|
|
margin: 0;
|
2015-08-25 09:23:25 -04:00
|
|
|
}
|
2015-09-07 05:10:40 -04:00
|
|
|
|
2016-01-14 11:42:15 -05:00
|
|
|
.git-clone-holder {
|
|
|
|
.btn-clipboard {
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clone-options {
|
|
|
|
display: table-cell;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-01-14 11:42:15 -05:00
|
|
|
a.btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-control {
|
|
|
|
@extend .monospace;
|
2018-05-23 21:36:17 -04:00
|
|
|
background-color: $white-light;
|
|
|
|
border-color: $border-color;
|
2016-01-14 11:42:15 -05:00
|
|
|
font-size: 14px;
|
|
|
|
margin-left: -1px;
|
|
|
|
cursor: auto;
|
|
|
|
}
|
|
|
|
}
|
2016-01-13 08:59:56 -05:00
|
|
|
|
2018-12-07 09:11:42 -05:00
|
|
|
.git-clone-holder,
|
|
|
|
.mobile-git-clone {
|
|
|
|
.btn {
|
|
|
|
.icon {
|
|
|
|
fill: $white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-02 19:08:30 -05:00
|
|
|
.cannot-be-merged,
|
2016-01-19 08:44:16 -05:00
|
|
|
.cannot-be-merged:hover {
|
2018-08-16 15:31:53 -04:00
|
|
|
color: $red-500;
|
2016-01-13 08:59:56 -05:00
|
|
|
margin-top: 2px;
|
2019-04-07 14:35:16 -04:00
|
|
|
position: relative;
|
|
|
|
z-index: 2;
|
2016-01-18 20:17:29 -05:00
|
|
|
}
|
2016-01-14 21:05:33 -05:00
|
|
|
|
|
|
|
.private-forks-notice .private-fork-icon {
|
2016-01-20 00:07:40 -05:00
|
|
|
i:nth-child(1) {
|
2018-08-22 12:40:38 -04:00
|
|
|
color: $green-600;
|
2016-01-14 21:05:33 -05:00
|
|
|
}
|
2016-01-20 00:07:40 -05:00
|
|
|
|
|
|
|
i:nth-child(2) {
|
2016-11-30 08:25:25 -05:00
|
|
|
color: $white-light;
|
2016-01-14 21:05:33 -05:00
|
|
|
}
|
|
|
|
}
|
2016-04-26 10:50:31 -04:00
|
|
|
|
2017-08-16 14:37:31 -04:00
|
|
|
.new-protected-branch,
|
2017-05-05 11:59:31 -04:00
|
|
|
.new-protected-tag {
|
2016-07-08 03:30:38 -04:00
|
|
|
label {
|
2016-08-01 17:08:36 -04:00
|
|
|
margin-top: 6px;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-07-08 03:30:38 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-23 04:00:19 -05:00
|
|
|
.project-tip-command {
|
2018-04-12 16:49:37 -04:00
|
|
|
> .input-group-prepend:first-child,
|
|
|
|
> .input-group-append:first-child {
|
2018-02-23 04:00:19 -05:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-03-20 09:10:55 -04:00
|
|
|
.protected-branches-list,
|
|
|
|
.protected-tags-list {
|
2017-08-16 14:37:31 -04:00
|
|
|
margin-bottom: 30px;
|
2016-08-01 17:08:36 -04:00
|
|
|
|
2016-08-03 17:45:38 -04:00
|
|
|
.settings-message {
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0 0 1px 1px;
|
|
|
|
padding: 20px 0;
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2016-08-03 17:45:38 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-bordered {
|
2016-08-01 17:08:36 -04:00
|
|
|
border-radius: 1px;
|
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
th:not(:last-child),
|
|
|
|
td:not(:last-child) {
|
2016-08-01 17:08:36 -04:00
|
|
|
border-right: solid 1px transparent;
|
|
|
|
}
|
|
|
|
}
|
2016-05-31 16:51:46 -04:00
|
|
|
|
2017-04-07 08:48:58 -04:00
|
|
|
.flash-container {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2017-04-03 02:12:37 -04:00
|
|
|
}
|
|
|
|
|
2016-05-31 16:51:46 -04:00
|
|
|
.custom-notifications-form {
|
|
|
|
.is-loading {
|
|
|
|
.custom-notification-event-loading {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-notification-event-loading {
|
|
|
|
display: none;
|
|
|
|
margin-left: 5px;
|
|
|
|
|
|
|
|
&.is-done {
|
2018-08-14 12:44:08 -04:00
|
|
|
color: $green-600;
|
2016-05-31 16:51:46 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-07 09:40:21 -04:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
.project-refs-form .dropdown-menu,
|
2017-06-08 11:33:25 -04:00
|
|
|
.dropdown-menu-projects {
|
2016-08-30 08:41:38 -04:00
|
|
|
width: 300px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2016-08-30 08:41:38 -04:00
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
white-space: normal;
|
2016-06-07 09:40:21 -04:00
|
|
|
}
|
|
|
|
}
|
2016-06-24 05:06:57 -04:00
|
|
|
|
2016-06-24 07:29:42 -04:00
|
|
|
.compare-form-group {
|
2017-05-11 11:47:44 -04:00
|
|
|
.dropdown-menu,
|
|
|
|
.inline-input-group {
|
2016-12-15 12:14:04 -05:00
|
|
|
width: 100%;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2016-12-15 12:14:04 -05:00
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
+ .compare-ellipsis {
|
|
|
|
width: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: -20px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2018-05-10 17:55:37 -04:00
|
|
|
margin: 0 $gl-padding-8;
|
2016-12-15 12:14:04 -05:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
}
|
2016-06-24 05:06:57 -04:00
|
|
|
}
|
2016-08-18 09:12:48 -04:00
|
|
|
|
|
|
|
.clearable-input {
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.clear-icon {
|
|
|
|
@extend .fa-times;
|
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
right: 7px;
|
|
|
|
top: 7px;
|
|
|
|
color: $location-icon-color;
|
|
|
|
|
2016-10-24 16:58:50 -04:00
|
|
|
&::before {
|
2016-08-18 09:12:48 -04:00
|
|
|
font-family: FontAwesome;
|
2017-08-24 10:13:24 -04:00
|
|
|
font-weight: $gl-font-weight-normal;
|
2016-08-18 09:12:48 -04:00
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.has-value {
|
|
|
|
.clear-icon {
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2016-09-20 03:58:44 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.project-path {
|
2016-09-20 06:19:08 -04:00
|
|
|
.form-control {
|
2016-09-20 03:58:44 -04:00
|
|
|
min-width: 100px;
|
|
|
|
}
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2017-10-11 05:07:19 -04:00
|
|
|
&.form-group {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2017-10-11 05:07:19 -04:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-09-20 03:58:44 -04:00
|
|
|
.select2-choice {
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
2016-09-27 13:29:12 -04:00
|
|
|
}
|
2016-09-16 15:15:39 -04:00
|
|
|
|
|
|
|
.project-home-empty {
|
|
|
|
border-top: 0;
|
|
|
|
|
|
|
|
.container-fluid {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 650px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-22 09:51:49 -05:00
|
|
|
.project-feature {
|
2016-11-22 12:16:30 -05:00
|
|
|
padding-top: 10px;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2016-09-16 15:15:39 -04:00
|
|
|
padding-left: 45px;
|
|
|
|
}
|
2016-11-22 09:51:49 -05:00
|
|
|
|
|
|
|
&.nested {
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2016-11-22 09:51:49 -05:00
|
|
|
padding-left: 90px;
|
|
|
|
}
|
|
|
|
}
|
2016-09-16 15:15:39 -04:00
|
|
|
}
|
|
|
|
|
2016-11-24 03:21:48 -05:00
|
|
|
.variables-table {
|
2017-01-24 09:02:02 -05:00
|
|
|
table-layout: fixed;
|
|
|
|
|
2017-01-23 12:18:53 -05:00
|
|
|
&.table-responsive {
|
2017-11-02 19:59:51 -04:00
|
|
|
border: 0;
|
2017-01-23 12:18:53 -05:00
|
|
|
}
|
2016-11-24 03:21:48 -05:00
|
|
|
|
|
|
|
.variable-key {
|
2017-04-17 13:06:21 -04:00
|
|
|
max-width: 120px;
|
2016-12-21 08:27:43 -05:00
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
2017-04-17 12:54:31 -04:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2016-11-24 03:21:48 -05:00
|
|
|
}
|
2017-01-23 12:32:08 -05:00
|
|
|
|
|
|
|
.variable-value {
|
2017-04-17 12:26:20 -04:00
|
|
|
max-width: 150px;
|
|
|
|
overflow: hidden;
|
|
|
|
word-wrap: break-word;
|
2017-04-17 12:54:31 -04:00
|
|
|
white-space: nowrap;
|
|
|
|
text-overflow: ellipsis;
|
2017-01-23 12:32:08 -05:00
|
|
|
}
|
2017-04-17 11:55:16 -04:00
|
|
|
|
|
|
|
.variable-menu {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2016-11-24 03:21:48 -05:00
|
|
|
}
|
2016-12-16 13:13:52 -05:00
|
|
|
|
|
|
|
.services-installation-info .row {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.service-installation {
|
|
|
|
padding: 32px;
|
|
|
|
margin: 32px;
|
|
|
|
border-radius: 3px;
|
|
|
|
background-color: $white-light;
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
margin: 32px 0;
|
|
|
|
border-color: $border-color;
|
|
|
|
}
|
|
|
|
}
|
2017-08-24 02:20:36 -04:00
|
|
|
|
|
|
|
.issuable-footer {
|
|
|
|
padding-top: $gl-padding;
|
|
|
|
padding-bottom: 37px;
|
|
|
|
}
|
2018-03-13 16:57:42 -04:00
|
|
|
|
|
|
|
.project-ci-body {
|
|
|
|
.incorrect-syntax {
|
|
|
|
font-size: 18px;
|
2018-08-22 12:40:38 -04:00
|
|
|
color: $red-500;
|
2018-03-13 16:57:42 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.correct-syntax {
|
|
|
|
font-size: 18px;
|
2018-08-22 12:40:38 -04:00
|
|
|
color: $green-500;
|
2018-03-13 16:57:42 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-ci-linter {
|
|
|
|
.ci-editor {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ci-template pre {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
}
|
2018-04-08 06:20:05 -04:00
|
|
|
|
|
|
|
.project-badge {
|
|
|
|
opacity: 0.9;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2018-11-12 05:52:48 -05:00
|
|
|
|
|
|
|
.project-mirror-settings {
|
|
|
|
.btn-show-advanced {
|
|
|
|
min-width: 135px;
|
|
|
|
|
|
|
|
.label-show {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-hide {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.show-advanced {
|
|
|
|
.label-show {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.label-hide {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-04-01 21:12:29 -04:00
|
|
|
|
|
|
|
.project-filters {
|
2019-04-05 08:41:28 -04:00
|
|
|
.btn svg {
|
|
|
|
color: $gl-gray-700;
|
|
|
|
}
|
|
|
|
|
2019-04-01 21:12:29 -04:00
|
|
|
.button-filter-group {
|
|
|
|
.btn {
|
|
|
|
width: 96px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: $black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active {
|
|
|
|
background: $btn-active-gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-04-05 08:41:28 -04:00
|
|
|
.filtered-search-dropdown-label {
|
2019-04-12 08:14:28 -04:00
|
|
|
min-width: 68px;
|
2019-04-12 11:11:46 -04:00
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
min-width: 60px;
|
|
|
|
}
|
2019-04-05 08:41:28 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.filtered-search {
|
|
|
|
min-width: 30%;
|
2019-05-02 08:49:11 -04:00
|
|
|
flex-basis: 0;
|
2019-04-05 08:41:28 -04:00
|
|
|
|
|
|
|
.project-filter-form .project-filter-form-field {
|
2019-05-02 08:49:11 -04:00
|
|
|
padding-right: $gl-padding-8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filtered-search,
|
|
|
|
.filtered-search-nav,
|
|
|
|
.filtered-search-dropdown {
|
|
|
|
flex-basis: 0;
|
2019-04-05 08:41:28 -04:00
|
|
|
}
|
|
|
|
|
2019-04-12 11:11:46 -04:00
|
|
|
@include media-breakpoint-down(lg) {
|
|
|
|
min-width: 15%;
|
|
|
|
|
|
|
|
.project-filter-form-field {
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
2019-04-05 08:41:28 -04:00
|
|
|
}
|
|
|
|
|
2019-04-12 11:11:46 -04:00
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
min-width: 30%;
|
2019-04-05 08:41:28 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.filtered-search-box {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
|
2019-04-12 08:14:28 -04:00
|
|
|
.dropdown-menu-toggle {
|
2019-05-02 08:49:11 -04:00
|
|
|
margin-left: $gl-padding-8;
|
2019-04-12 08:14:28 -04:00
|
|
|
}
|
|
|
|
|
2019-04-05 08:41:28 -04:00
|
|
|
@include media-breakpoint-down(md) {
|
2019-04-12 08:14:28 -04:00
|
|
|
.extended-filtered-search-box {
|
|
|
|
min-width: 55%;
|
|
|
|
}
|
|
|
|
|
2019-04-05 08:41:28 -04:00
|
|
|
.filtered-search-dropdown {
|
|
|
|
width: 50%;
|
|
|
|
|
2019-05-02 08:49:11 -04:00
|
|
|
.dropdown-menu-toggle {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-04-05 08:41:28 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
.filtered-search-dropdown {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-04-01 21:12:29 -04:00
|
|
|
}
|
2019-04-05 08:41:28 -04:00
|
|
|
}
|