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
908a5c98
Commit
908a5c98
authored
Mar 20, 2019
by
Phil Hughes
Committed by
Filipa Lacerda
Mar 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed scss_lint failure
Closes
https://gitlab.com/gitlab-org/gitlab-ee/issues/10541
parent
8f38c39f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+0
-2
ee/app/assets/stylesheets/pages/environments.scss
ee/app/assets/stylesheets/pages/environments.scss
+2
-3
No files found.
app/assets/stylesheets/framework/common.scss
View file @
908a5c98
...
...
@@ -403,8 +403,6 @@ img.emoji {
.append-bottom-default
{
margin-bottom
:
$gl-padding
;
}
.prepend-bottom-32
{
margin-bottom
:
32px
;
}
.inline
{
display
:
inline-block
;
}
.block
{
display
:
block
;
}
.flex
{
display
:
flex
;
}
.center
{
text-align
:
center
;
}
.block
{
display
:
block
;
}
.flex
{
display
:
flex
;
}
...
...
ee/app/assets/stylesheets/pages/environments.scss
View file @
908a5c98
/**
* Deploy boards
*/
.deploy-board
{
*/
.deploy-board
{
padding
:
10px
;
background-color
:
$gray-light
;
min-height
:
20px
;
...
...
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