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
94b8e84d
Commit
94b8e84d
authored
Mar 25, 2022
by
Michael Le
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change position of variable declaration
parent
08971448
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-1
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
94b8e84d
...
...
@@ -363,6 +363,7 @@ $well-expand-item: #e8f2f7 !default;
$well-inner-border
:
#eef0f2
!
default
;
$well-light-border
:
#f1f1f1
;
$well-light-text-color
:
#5b6169
;
$nav-active-bg
:
var
(
--
nav-active-bg
,
rgba
(
$black
,
0
.08
))
!
important
;
/*
* Text
...
...
@@ -475,7 +476,6 @@ $gl-line-height-18: 18px;
$gl-line-height-20
:
20px
;
$gl-line-height-24
:
24px
;
$gl-line-height-14
:
14px
;
$nav-active-bg
:
var
(
--
nav-active-bg
,
rgba
(
$black
,
0
.08
))
!
important
;
$pages-group-name-color
:
#4c4e54
;
...
...
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