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
a50679ce
Commit
a50679ce
authored
Apr 27, 2020
by
Sarah GP
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add manual changes to common file
parent
db3a4dc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
5 deletions
+30
-5
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+30
-5
No files found.
app/assets/stylesheets/framework/common.scss
View file @
a50679ce
...
...
@@ -516,11 +516,36 @@ img.emoji {
These will be replaced when the Gitlab UI utilities are included.
**/
@each
$index
,
$padding
in
$spacing-scale
{
#{
'.gl-p-
#{
$index
}
'
}
{
padding
:
$padding
;
}
#{
'.gl-pl-
#{
$index
}
'
}
{
padding-left
:
$padding
;
}
#{
'.gl-pr-
#{
$index
}
'
}
{
padding-right
:
$padding
;
}
#{
'.gl-pt-
#{
$index
}
'
}
{
padding-top
:
$padding
;
}
#{
'.gl-pb-
#{
$index
}
'
}
{
padding-bottom
:
$padding
;
}
#{
'.gl-p-
#{
$index
}
-deprecated-no-really-do-not-use-me'
}
{
padding
:
$padding
;
}
#{
'.gl-pl-
#{
$index
}
-deprecated-no-really-do-not-use-me'
}
{
padding-left
:
$padding
;
}
#{
'.gl-pr-
#{
$index
}
-deprecated-no-really-do-not-use-me'
}
{
padding-right
:
$padding
;
}
#{
'.gl-pt-
#{
$index
}
-deprecated-no-really-do-not-use-me'
}
{
padding-top
:
$padding
;
}
#{
'.gl-pb-
#{
$index
}
-deprecated-no-really-do-not-use-me'
}
{
padding-bottom
:
$padding
;
}
}
/**
The zero-indexed classes will not change and do not need to be updated.
These can be removed when the Gitlab UI class include is merged.
**/
.gl-p-0
{
padding
:
0
;
}
.gl-pl-0
{
padding-left
:
0
;
}
.gl-pr-0
{
padding-right
:
0
;
}
.gl-pt-0
{
padding-top
:
0
;
}
.gl-pb-0
{
padding-bottom
:
0
;
}
/**
...
...
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