Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fb6d8bcb
Commit
fb6d8bcb
authored
Aug 22, 2018
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove EE specific variables
parent
b350e67b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
11 deletions
+8
-11
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-4
app/assets/stylesheets/pages/members.scss
app/assets/stylesheets/pages/members.scss
+1
-1
ee/app/assets/stylesheets/framework/system_messages.scss
ee/app/assets/stylesheets/framework/system_messages.scss
+4
-4
ee/app/assets/stylesheets/pages/groups.scss
ee/app/assets/stylesheets/pages/groups.scss
+1
-1
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+1
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
fb6d8bcb
...
...
@@ -270,16 +270,14 @@ $general-hover-transition-duration: 100ms;
$general-hover-transition-curve
:
linear
;
$highlight-changes-color
:
rgb
(
235
,
255
,
232
);
$performance-bar-height
:
35px
;
$system-header-height
:
35px
;
$system-footer-height
:
$system-header-height
;
$flash-height
:
52px
;
$context-header-height
:
60px
;
$breadcrumb-min-height
:
48px
;
// EE-only CSS variables START
$system-header-height
:
35px
;
$issue-box-upcoming-bg
:
#8f8f8f
;
$pages-group-name-color
:
#4c4e54
;
$ldap-members-override-bg
:
$orange-50
;
// EE-only CSS variables END
/*
...
...
@@ -679,7 +677,6 @@ GitLab Plans
$gl-gold-plan
:
#d4af37
;
$gl-silver-plan
:
#91a1ab
;
$gl-bronze-plan
:
#cd7f32
;
$gl-no-plan
:
$gl-gray-light
;
/*
Cross-project Pipelines
...
...
app/assets/stylesheets/pages/members.scss
View file @
fb6d8bcb
...
...
@@ -138,7 +138,7 @@
}
.alert-member-ldap
{
background-color
:
$
ldap-members-override-bg
;
background-color
:
$
orange-50
;
@include
media-breakpoint-up
(
sm
)
{
line-height
:
40px
;
...
...
ee/app/assets/stylesheets/framework/system_messages.scss
View file @
fb6d8bcb
...
...
@@ -25,8 +25,8 @@
.footer-message
{
bottom
:
0
;
height
:
$system-
foot
er-height
;
line-height
:
$system-
foot
er-height
;
height
:
$system-
head
er-height
;
line-height
:
$system-
head
er-height
;
}
.with-performance-bar
{
...
...
@@ -104,7 +104,7 @@
//
navless
pages
' footer border eg: login page
&.devise-layout-html body .footer-container,
&.devise-layout-html body hr.footer-fixed {
bottom: $system-
foot
er-height;
bottom: $system-
head
er-height;
}
}
...
...
@@ -121,7 +121,7 @@
}
@if (map-get($map, system-footer) == true) {
$height: $height + $system-
foot
er-height;
$height: $height + $system-
head
er-height;
}
@if (map-get($map, flash) == true) {
...
...
ee/app/assets/stylesheets/pages/groups.scss
View file @
fb6d8bcb
...
...
@@ -29,6 +29,6 @@
}
&
:not
([
data-plan
])
{
svg
g
{
fill
:
$gl-
no-plan
;
}
svg
g
{
fill
:
$gl-
gray-light
;
}
}
}
ee/app/assets/stylesheets/pages/projects.scss
View file @
fb6d8bcb
...
...
@@ -82,7 +82,7 @@
}
.classification-label
{
background-color
:
$
common-red
;
background-color
:
$
red-500
;
}
.load-wrapper
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment