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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
54801144
Commit
54801144
authored
Oct 24, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable trailingWhitespace in scss-lint
parent
cb38290a
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
26 additions
and
26 deletions
+26
-26
.scss-lint.yml
.scss-lint.yml
+1
-1
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+2
-2
app/assets/stylesheets/framework/logo.scss
app/assets/stylesheets/framework/logo.scss
+1
-1
app/assets/stylesheets/pages/cycle_analytics.scss
app/assets/stylesheets/pages/cycle_analytics.scss
+9
-9
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+2
-2
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+4
-4
app/assets/stylesheets/pages/events.scss
app/assets/stylesheets/pages/events.scss
+1
-1
app/assets/stylesheets/pages/login.scss
app/assets/stylesheets/pages/login.scss
+1
-1
app/assets/stylesheets/pages/merge_conflicts.scss
app/assets/stylesheets/pages/merge_conflicts.scss
+1
-1
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+1
-1
app/assets/stylesheets/pages/status.scss
app/assets/stylesheets/pages/status.scss
+1
-1
app/assets/stylesheets/pages/tree.scss
app/assets/stylesheets/pages/tree.scss
+2
-2
No files found.
.scss-lint.yml
View file @
54801144
...
...
@@ -223,7 +223,7 @@ linters:
# Reports lines containing trailing whitespace.
TrailingWhitespace
:
enabled
:
fals
e
enabled
:
tru
e
# Don't write trailing zeros for numeric values with a decimal point.
TrailingZero
:
...
...
app/assets/stylesheets/framework/animations.scss
View file @
54801144
// This file is based off animate.css 3.5.1, available here:
// https://github.com/daneden/animate.css/blob/3.5.1/animate.css
//
//
// animate.css - http://daneden.me/animate
// Version - 3.5.1
// Licensed under the MIT license - http://opensource.org/licenses/MIT
//
//
// Copyright (c) 2016 Daniel Eden
.animated
{
...
...
app/assets/stylesheets/framework/logo.scss
View file @
54801144
...
...
@@ -61,7 +61,7 @@
10
%
,
80
%
{
fill
:
$tanuki-red
;
}
20
%
,
90
%
{
fill
:
lighten
(
$tanuki-red
,
25%
);
}
...
...
app/assets/stylesheets/pages/cycle_analytics.scss
View file @
54801144
...
...
@@ -9,15 +9,15 @@
padding
:
24px
0
;
border-bottom
:
none
;
position
:
relative
;
@media
(
max-width
:
$screen-sm-min
)
{
padding
:
6px
0
24px
;
}
}
}
.column
{
text-align
:
center
;
@media
(
max-width
:
$screen-sm-min
)
{
padding
:
15px
0
;
}
...
...
@@ -36,7 +36,7 @@
&
:last-child
{
text-align
:
right
;
@media
(
max-width
:
$screen-sm-min
)
{
text-align
:
center
;
}
...
...
@@ -51,7 +51,7 @@
.bordered-box
{
border
:
1px
solid
$border-color
;
border-radius
:
$border-radius-default
;
}
.content-list
{
...
...
@@ -73,10 +73,10 @@
font-weight
:
600
;
color
:
$gl-title-color
;
}
&
.text
{
color
:
$layout-link-gray
;
&
.value-col
{
color
:
$gl-title-color
;
}
...
...
@@ -108,13 +108,13 @@
.svg-container
{
text-align
:
center
;
svg
{
width
:
136px
;
height
:
136px
;
}
}
.inner-content
{
@media
(
max-width
:
$screen-sm-min
)
{
padding
:
0
28px
;
...
...
app/assets/stylesheets/pages/diff.scss
View file @
54801144
...
...
@@ -222,12 +222,12 @@
top
:
13px
;
right
:
7px
;
}
.frame
{
top
:
0
;
right
:
0
;
position
:
absolute
;
&
.deleted
{
margin
:
0
;
display
:
block
;
...
...
app/assets/stylesheets/pages/environments.scss
View file @
54801144
...
...
@@ -37,10 +37,10 @@
.branch-name
{
color
:
$gl-dark-link-color
;
}
.stop-env-link
{
color
:
$table-text-gray
;
.stop-env-icon
{
font-size
:
14px
;
}
...
...
@@ -48,11 +48,11 @@
.deployment
{
.build-column
{
.build-link
{
color
:
$gl-dark-link-color
;
}
.avatar
{
float
:
none
;
}
...
...
app/assets/stylesheets/pages/events.scss
View file @
54801144
...
...
@@ -142,7 +142,7 @@
.event-last-push
{
overflow
:
auto
;
width
:
100%
;
.event-last-push-text
{
@include
str-truncated
(
100%
);
padding
:
4px
0
;
...
...
app/assets/stylesheets/pages/login.scss
View file @
54801144
...
...
@@ -286,7 +286,7 @@
.new_user
{
position
:
relative
;
padding-bottom
:
35px
;
@media
(
min-width
:
$screen-sm-min
)
and
(
max-width
:
$screen-sm-max
)
{
.forgot-password
{
float
:
none
!
important
;
...
...
app/assets/stylesheets/pages/merge_conflicts.scss
View file @
54801144
...
...
@@ -254,7 +254,7 @@ $colors: (
border-top
:
solid
2px
$border-green-extra-light
;
}
}
.editor
{
pre
{
height
:
350px
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
54801144
...
...
@@ -458,7 +458,7 @@ ul.notes {
.discussion-next-btn
{
svg
{
margin
:
0
;
path
{
fill
:
$gray-darkest
;
}
...
...
app/assets/stylesheets/pages/status.scss
View file @
54801144
...
...
@@ -74,7 +74,7 @@
.ci-status-icon-success_with_warning
{
color
:
$gl-warning
;
}
.ci-status-icon-running
{
color
:
$blue-normal
;
}
...
...
app/assets/stylesheets/pages/tree.scss
View file @
54801144
...
...
@@ -29,11 +29,11 @@
.last-commit
{
@include
str-truncated
(
506px
);
@media
(
min-width
:
$screen-sm-max
)
and
(
max-width
:
$screen-md-max
)
{
@include
str-truncated
(
450px
);
}
}
.commit-history-link-spacer
{
...
...
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