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
108792e4
Commit
108792e4
authored
Mar 20, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes EE differences from common.scss
parent
1614089f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+5
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
108792e4
...
...
@@ -120,7 +120,7 @@ hr {
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
>
div
,
>
div
:not
(
.block
)
,
.str-truncated
{
display
:
inline
;
}
...
...
@@ -381,6 +381,7 @@ img.emoji {
.prepend-left-5
{
margin-left
:
5px
;
}
.prepend-left-8
{
margin-left
:
8px
;
}
.prepend-left-10
{
margin-left
:
10px
;
}
.prepend-left-15
{
margin-left
:
15px
;
}
.prepend-left-default
{
margin-left
:
$gl-padding
;
}
.prepend-left-20
{
margin-left
:
20px
;
}
.prepend-left-32
{
margin-left
:
32px
;
}
...
...
@@ -388,6 +389,7 @@ img.emoji {
.append-right-5
{
margin-right
:
5px
;
}
.append-right-8
{
margin-right
:
8px
;
}
.append-right-10
{
margin-right
:
10px
;
}
.append-right-15
{
margin-right
:
15px
;
}
.append-right-default
{
margin-right
:
$gl-padding
;
}
.append-right-20
{
margin-right
:
20px
;
}
.prepend-right-32
{
margin-right
:
32px
;
}
...
...
@@ -402,6 +404,8 @@ img.emoji {
.prepend-bottom-32
{
margin-bottom
:
32px
;
}
.inline
{
display
:
inline-block
;
}
.center
{
text-align
:
center
;
}
.block
{
display
:
block
;
}
.flex
{
display
:
flex
;
}
.vertical-align-middle
{
vertical-align
:
middle
;
}
.vertical-align-sub
{
vertical-align
:
sub
;
}
.flex-align-self-center
{
align-self
:
center
;
}
...
...
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