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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
47bcff78
Commit
47bcff78
authored
Mar 20, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences for variables.scss
parent
e61cbe7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+28
-0
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
47bcff78
...
...
@@ -23,6 +23,7 @@ $darken-border-dashed-factor: 25%;
$white-light
:
#fff
;
$white-normal
:
#f0f0f0
;
$white-dark
:
#eaeaea
;
$white-transparent
:
rgba
(
255
,
255
,
255
,
0
.8
);
$gray-lightest
:
#fdfdfd
;
$gray-light
:
#fafafa
;
...
...
@@ -288,6 +289,10 @@ $gl-line-height: 16px;
$gl-line-height-24
:
24px
;
$gl-line-height-14
:
14px
;
$system-header-height
:
35px
;
$issue-box-upcoming-bg
:
#8f8f8f
;
$pages-group-name-color
:
#4c4e54
;
/*
* Common component specific colors
*/
...
...
@@ -625,6 +630,18 @@ Animation Functions
*/
$dropdown-animation-timing
:
cubic-bezier
(
0
.23
,
1
,
0
.32
,
1
);
/*
GitLab Plans
*/
$gl-gold-plan
:
#d4af37
;
$gl-silver-plan
:
#91a1ab
;
$gl-bronze-plan
:
#cd7f32
;
/*
Cross-project Pipelines
*/
$linked-project-column-margin
:
60px
;
/*
Performance Bar
*/
...
...
@@ -648,6 +665,17 @@ Image Commenting cursor
$image-comment-cursor-left-offset
:
12
;
$image-comment-cursor-top-offset
:
12
;
/*
Add GitLab Slack Application
*/
$add-to-slack-popup-max-width
:
400px
;
$add-to-slack-gif-max-width
:
850px
;
$add-to-slack-well-max-width
:
750px
;
$add-to-slack-logo-size
:
100px
;
$double-headed-arrow-width
:
100px
;
$double-headed-arrow-height
:
25px
;
$right-arrow-size
:
16px
;
/*
Popup
*/
...
...
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