2021-09-04 01:27:46 +05:30
|
|
|
@import 'page_bundles/mixins_and_variables_and_functions';
|
|
|
|
|
|
|
|
.project-home-panel {
|
|
|
|
.home-panel-avatar {
|
|
|
|
flex-basis: $home-panel-title-row-height;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-panel-title {
|
|
|
|
.icon {
|
|
|
|
vertical-align: -1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-panel-topic-list {
|
|
|
|
.icon {
|
|
|
|
top: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-panel-title-row {
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
.home-panel-avatar {
|
|
|
|
width: $home-panel-avatar-mobile-size;
|
|
|
|
height: $home-panel-avatar-mobile-size;
|
|
|
|
flex-basis: $home-panel-avatar-mobile-size;
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 46px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-panel-title {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
line-height: $gl-font-size-large;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-panel-description {
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
font-size: $gl-font-size-large;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-repo-buttons {
|
|
|
|
.btn {
|
|
|
|
svg {
|
2022-04-04 11:22:00 +05:30
|
|
|
fill: var(--gray-500, $gray-500);
|
2021-09-04 01:27:46 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.download-button {
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-clone-holder {
|
|
|
|
display: inline-block;
|
|
|
|
margin: $gl-padding 0 0;
|
|
|
|
|
|
|
|
input {
|
|
|
|
height: $input-height;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.clone-options-dropdown {
|
|
|
|
min-width: 240px;
|
|
|
|
|
|
|
|
.dropdown-menu-inner-content {
|
|
|
|
min-width: 320px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile-git-clone {
|
|
|
|
margin-top: $gl-padding-8;
|
|
|
|
}
|
|
|
|
}
|
2022-04-04 11:22:00 +05:30
|
|
|
|
|
|
|
.project-stats,
|
|
|
|
.project-buttons {
|
|
|
|
.scrolling-tabs-container {
|
|
|
|
.scrolling-tabs {
|
|
|
|
margin-top: $gl-padding-8;
|
|
|
|
margin-bottom: $gl-padding-8 - $browser-scrollbar-size;
|
|
|
|
padding-bottom: $browser-scrollbar-size;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fade-left,
|
|
|
|
.fade-right {
|
|
|
|
top: 0;
|
|
|
|
height: calc(100% - #{$browser-scrollbar-size});
|
|
|
|
|
|
|
|
svg {
|
|
|
|
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 {
|
|
|
|
> li {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
&.right {
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-text,
|
|
|
|
.stat-link {
|
|
|
|
padding: $gl-btn-vert-padding 0;
|
|
|
|
background-color: transparent;
|
|
|
|
font-size: $gl-font-size;
|
|
|
|
line-height: $gl-btn-line-height;
|
|
|
|
color: var(--gray-500, $gl-text-color-secondary);
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stat-link {
|
|
|
|
border-bottom: 0;
|
|
|
|
color: var(--black, $black);
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
text-decoration: underline;
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.project-stat-value {
|
|
|
|
color: var(--gl-text-color, $gl-text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
color: var(--gray-500, $gl-text-color-secondary);
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-license-link {
|
|
|
|
&,
|
|
|
|
.icon {
|
|
|
|
color: var(--blue-600, $blue-600);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
padding: $gl-btn-vert-padding $gl-btn-padding;
|
|
|
|
line-height: $gl-btn-line-height;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.git-empty {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
color: var(--gl-text-color, $gl-text-color);
|
|
|
|
}
|
|
|
|
|
|
|
|
.light-well {
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
color: var(--gray-600, $well-light-text-color);
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
}
|