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
c5d7e93f
Commit
c5d7e93f
authored
Apr 30, 2020
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Overcommunicate with comments
parent
ac39326c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
app/assets/stylesheets/application.scss
app/assets/stylesheets/application.scss
+6
-1
app/assets/stylesheets/utilities.scss
app/assets/stylesheets/utilities.scss
+7
-0
No files found.
app/assets/stylesheets/application.scss
View file @
c5d7e93f
...
...
@@ -37,7 +37,12 @@
@import
"application_ee"
;
// CSS util classes
/**
These are deprecated in favor of the Gitlab UI utilities imported below.
Please check https://unpkg.com/browse/@gitlab/ui/src/scss/utilities.scss
to see the available utility classes.
**/
@import
"utilities"
;
// Gitlab UI util classes
@import
'@gitlab/ui/src/scss/utilities'
;
@import
"@gitlab/ui/src/scss/utilities"
;
app/assets/stylesheets/utilities.scss
View file @
c5d7e93f
/**
Please note: These are deprecated in favor of the Gitlab UI utility classes.
Check https://unpkg.com/browse/@gitlab/ui/src/scss/utilities.scss
to see the available utility classes. If you cannot find the class you need,
consider adding it to Gitlab UI before adding it here.
**/
@each
$variant
,
$range
in
$color-ranges
{
@each
$suffix
,
$color
in
$range
{
#{
'.bg-
#{
$variant
}
-
#{
$suffix
}
'
}
{
...
...
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