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
d5903831
Commit
d5903831
authored
Dec 18, 2020
by
Yogi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply Patch suggested by @markrian
parent
484716c2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
app/assets/stylesheets/components/avatar.scss
app/assets/stylesheets/components/avatar.scss
+3
-3
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-0
app/assets/stylesheets/themes/_dark.scss
app/assets/stylesheets/themes/_dark.scss
+0
-4
No files found.
app/assets/stylesheets/components/avatar.scss
View file @
d5903831
...
@@ -68,7 +68,7 @@ $avatar-sizes: (
...
@@ -68,7 +68,7 @@ $avatar-sizes: (
);
);
$identicon-backgrounds
:
$identicon-red
,
$identicon-purple
,
$identicon-indigo
,
$identicon-blue
,
$identicon-teal
,
$identicon-backgrounds
:
$identicon-red
,
$identicon-purple
,
$identicon-indigo
,
$identicon-blue
,
$identicon-teal
,
$identicon-orange
,
$
gray-darker
;
$identicon-orange
,
$
identicon-gray
;
%avatar-circle
{
%avatar-circle
{
float
:
left
;
float
:
left
;
...
@@ -125,8 +125,8 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
...
@@ -125,8 +125,8 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
.identicon
{
.identicon
{
text-align
:
center
;
text-align
:
center
;
vertical-align
:
top
;
vertical-align
:
top
;
color
:
$
gray-700
;
color
:
$
identicon-text-color
;
background-color
:
$
gray-darker
;
background-color
:
$
identicon-gray
;
// Sizes
// Sizes
@each
$size
,
$size-config
in
$avatar-sizes
{
@each
$size
,
$size-config
in
$avatar-sizes
{
...
...
app/assets/stylesheets/framework/variables.scss
View file @
d5903831
...
@@ -629,12 +629,14 @@ $note-icon-gutter-width: 55px;
...
@@ -629,12 +629,14 @@ $note-icon-gutter-width: 55px;
/*
/*
* Identicon
* Identicon
*/
*/
$identicon-text-color
:
#525252
!
default
;
$identicon-red
:
#ffebee
!
default
;
$identicon-red
:
#ffebee
!
default
;
$identicon-purple
:
#f3e5f5
!
default
;
$identicon-purple
:
#f3e5f5
!
default
;
$identicon-indigo
:
#e8eaf6
!
default
;
$identicon-indigo
:
#e8eaf6
!
default
;
$identicon-blue
:
#e3f2fd
!
default
;
$identicon-blue
:
#e3f2fd
!
default
;
$identicon-teal
:
#e0f2f1
!
default
;
$identicon-teal
:
#e0f2f1
!
default
;
$identicon-orange
:
#fbe9e7
!
default
;
$identicon-orange
:
#fbe9e7
!
default
;
$identicon-gray
:
#eee
!
default
;
/*
/*
* Calendar
* Calendar
...
...
app/assets/stylesheets/themes/_dark.scss
View file @
d5903831
...
@@ -236,7 +236,3 @@ $line-removed-dark: $red-200;
...
@@ -236,7 +236,3 @@ $line-removed-dark: $red-200;
color
:
$gray-900
;
color
:
$gray-900
;
border-color
:
$gray-800
;
border-color
:
$gray-800
;
}
}
.identicon
{
color
:
$gray-10
;
}
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