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
621a81c3
Commit
621a81c3
authored
Apr 16, 2019
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes stylelint for dashboard_skeleton
parent
cd509d99
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
app/assets/stylesheets/components/dashboard_skeleton.scss
app/assets/stylesheets/components/dashboard_skeleton.scss
+7
-8
No files found.
app/assets/stylesheets/components/dashboard_skeleton.scss
View file @
621a81c3
...
...
@@ -8,10 +8,6 @@
&
-warning
{
background-color
:
$orange-100
;
}
&
-failed
{
background-color
:
$red-100
;
}
}
&
-body
{
...
...
@@ -36,10 +32,6 @@
border-radius
:
$gl-padding
;
height
:
$gl-padding-32
;
&
-failed
{
background-color
:
$red-100
;
}
&
-arrow
{
color
:
$gray-300
;
}
...
...
@@ -56,6 +48,13 @@
}
}
&
-header
,
&
-footer
{
&
-failed
{
background-color
:
$red-100
;
}
}
&
-skeleton-info
{
border-radius
:
$gl-padding
;
height
:
$gl-padding
;
...
...
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