summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/projects.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss91
1 files changed, 1 insertions, 90 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index dfd64d0773c..c330e0709a6 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -79,91 +79,10 @@
}
}
-.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;
- }
- }
-}
-
.nav > .project-buttons {
margin-top: 0;
}
-.project-repo-buttons {
- .btn {
- svg {
- fill: $gray-500;
- }
- }
-
- .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;
- }
-}
-
.save-project-loader {
margin-top: 50px;
margin-bottom: 50px;
@@ -855,13 +774,6 @@ pre.light-well {
}
}
-.project-tip-command {
- > .input-group-prepend:first-child,
- > .input-group-append:first-child {
- width: auto;
- }
-}
-
.protected-branches-list,
.protected-tags-list {
margin-bottom: 30px;
@@ -887,8 +799,7 @@ pre.light-well {
}
}
-.project-refs-form .dropdown-menu,
-.dropdown-menu-projects {
+.project-refs-form .dropdown-menu {
width: 300px;
@include media-breakpoint-up(sm) {