Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/startup/startup-dark.scss')
-rw-r--r--app/assets/stylesheets/startup/startup-dark.scss23
1 files changed, 1 insertions, 22 deletions
diff --git a/app/assets/stylesheets/startup/startup-dark.scss b/app/assets/stylesheets/startup/startup-dark.scss
index a497f56f3b8..a90751f772e 100644
--- a/app/assets/stylesheets/startup/startup-dark.scss
+++ b/app/assets/stylesheets/startup/startup-dark.scss
@@ -336,9 +336,6 @@ h1 {
.d-none {
display: none !important;
}
-.d-inline-block {
- display: inline-block !important;
-}
.d-block {
display: block !important;
}
@@ -363,11 +360,6 @@ h1 {
display: block !important;
}
}
-@media (min-width: 1200px) {
- .d-xl-block {
- display: block !important;
- }
-}
.sr-only {
position: absolute;
width: 1px;
@@ -488,7 +480,7 @@ body {
.btn:active,
.btn.active {
background-color: #444;
- border-color: #fafafa;
+ border-color: #4f4f4f;
color: #fafafa;
}
.btn svg {
@@ -1407,10 +1399,6 @@ svg.s16 {
width: 16px;
height: 16px;
}
-svg.s18 {
- width: 18px;
- height: 18px;
-}
svg.s32 {
width: 32px;
height: 32px;
@@ -1499,12 +1487,6 @@ svg.s16 {
height: 16px;
margin-right: 8px;
}
-.avatar.s18,
-.avatar-container.s18 {
- width: 18px;
- height: 18px;
- margin-right: 8px;
-}
.avatar.s32,
.avatar-container.s32 {
width: 32px;
@@ -1583,9 +1565,6 @@ svg.s16 {
.rect-avatar.s16 {
border-radius: 2px;
}
-.rect-avatar.s18 {
- border-radius: 2px;
-}
.rect-avatar.s32,
.nav-sidebar-inner-scroll
> div.context-header