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
7ce99710
Commit
7ce99710
authored
Apr 02, 2021
by
Jarek Ostrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update default spinner color to pajamas specs
MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/58517
parent
20ecbca2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
app/assets/stylesheets/framework/spinner.scss
app/assets/stylesheets/framework/spinner.scss
+2
-2
changelogs/unreleased/update-spinner-color-to-pajamas.yml
changelogs/unreleased/update-spinner-color-to-pajamas.yml
+5
-0
No files found.
app/assets/stylesheets/framework/spinner.scss
View file @
7ce99710
...
...
@@ -20,7 +20,7 @@
}
}
@mixin
spinner
(
$size
:
16px
,
$border-width
:
2px
,
$color
:
$
orange-4
00
)
{
@mixin
spinner
(
$size
:
16px
,
$border-width
:
2px
,
$color
:
$
gray-7
00
)
{
border-radius
:
50%
;
position
:
relative
;
margin
:
0
auto
;
...
...
@@ -46,7 +46,7 @@
}
&
.spinner-dark
{
@include
spinner-color
(
$gray-
5
00
);
@include
spinner-color
(
$gray-
7
00
);
}
&
.spinner-light
{
...
...
changelogs/unreleased/update-spinner-color-to-pajamas.yml
0 → 100644
View file @
7ce99710
---
title
:
Update default spinner color to pajamas
merge_request
:
58517
author
:
type
:
changed
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