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
711c1812
Commit
711c1812
authored
Oct 19, 2018
by
Adriel Santiago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Backport scss changes for ee 7973
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7973
parent
a310a638
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+10
-0
No files found.
app/assets/stylesheets/framework/common.scss
View file @
711c1812
...
...
@@ -334,6 +334,14 @@ img.emoji {
}
}
.outline-0
{
outline
:
0
;
&
:focus
{
outline
:
0
;
}
}
/** COMMON CLASSES **/
.prepend-top-0
{
margin-top
:
0
;
}
.prepend-top-2
{
margin-top
:
2px
;
}
...
...
@@ -369,3 +377,5 @@ img.emoji {
.flex-align-self-center
{
align-self
:
center
;
}
.flex-grow
{
flex-grow
:
1
;
}
.flex-no-shrink
{
flex-shrink
:
0
;
}
.mw-460
{
max-width
:
460px
;
}
.ws-initial
{
white-space
:
initial
;
}
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