Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
9a084d5c
Verified
Commit
9a084d5c
authored
4 years ago
by
Gaëlle Morin
Browse files
Options
Downloads
Patches
Plain Diff
fix: colors for directory with hubl colors
parent
de2e61fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!176
Release/0.10
,
!169
fix: colors for directory with hubl colors
,
!161
WIP: Release/project
Pipeline
#6289
passed with stages
in 3 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/styles/abstracts/_variables.scss
+54
-1
54 additions, 1 deletion
src/styles/abstracts/_variables.scss
with
54 additions
and
1 deletion
src/styles/abstracts/_variables.scss
+
54
−
1
View file @
9a084d5c
...
...
@@ -124,9 +124,62 @@
--color-directory-complementary
:
var
(
--
color-complementary
)
!
important
;
--color-directory-complementary-darken
:
var
(
--
color-complementary-darken
)
!
important
;
--color-directory-white
:
var
(
--
color-white
)
!
important
;
--color-directory-black
:
var
(
--
color-black
)
!
important
;
--color-directory-black
:
var
(
--
color-black
)
!
important
;
--color-directory-h1
:
var
(
--
color-directory-complementary-darken
)
!
important
;
--color-directory-text
:
var
(
--
color-grey-5
)
!
important
;
--color-directory-avatar-background
:
var
(
--
color-avatar-background
)
!
important
;
--color-directory-send-border
:
var
(
--
color-directory-complementary
)
!
important
;
--color-directory-list-icon
:
var
(
--
color-directory-primary
)
!
important
;
--color-directory-back-link
:
var
(
--
color-grey-1
)
!
important
;
--color-directory-border
:
#DAE2F3
!
important
;
--color-directory-content-header-border
:
#DAE2F3
!
important
;
--color-directory-counter-background
:
#F0F3F6
!
important
;
--color-directory-counter-border
:
#9BA0A7
!
important
;
--color-directory-counter-text
:
var
(
--
color-grey-3
)
!
important
;
--color-directory-paginate
:
var
(
--
color-grey-1
)
!
important
;
--color-directory-paginate-disabled
:
#9BA0A7
!
important
;
--color-directory-form-input
:
#EDF1FA
!
important
;
--color-directory-form-input-text
:
var
(
--
color-directory-grey-4
)
!
important
;
--color-directory-form-input-active
:
var
(
--
color-directory-complementary
)
!
important
;
--color-directory-form-select-icon
:
var
(
--
color-directory-complementary
)
!
important
;
}
/* Colors for buttons to send a message to a member and to update or remove your profile picture */
#member-profile
>
div
.profile-card
>
div
.user-profile
>
div
>
sib-display
>
div
>
sib-action
.button.button-primary.bordered
,
button
#sib-picture-browse
.button.button-primary
,
button
#sib-picture-remove
.button.button-primary
{
border
:
1px
solid
var
(
--
color-directory-complementary
)
!
important
;
}
#member-profile
sib-action
.button.button-primary
>
sib-link
,
button
#sib-picture-browse
.button.button-primary
,
button
#sib-picture-remove
.button.button-primary
{
color
:
var
(
--
color-directory-complementary
)
!
important
;
}
#
member-profile
>
div
.
profile-card
>
div
.
user-profile
>
div
>
sib-display
>
div
>
sib-action
.
button
.
button-primary
.
bordered
>
sib-link
:
:
before
{
background-color
:
var
(
--
color-directory-complementary
);
}
/* Hover */
#member-profile
sib-action
.button.button-primary
:hover
,
#member-profile
sib-action
.button.button-primary
:hover
>
sib-link
,
button
#sib-picture-browse
.button.button-primary
:hover
,
button
#sib-picture-remove
.button.button-primary
:hover
{
color
:
var
(
--
color-directory-white
)
!
important
;
background-color
:
var
(
--
color-directory-complementary
)
!
important
;
}
#member-profile
>
div
.profile-card
>
div
.user-profile
>
div
>
sib-display
>
div
>
sib-action
.button.button-primary.bordered
:hover
>
sib-link
::before
{
background-color
:
var
(
--
color-directory-white
);
}
/* Variables for event */
$color-212-4-50
:
hsl
(
212
.7
,
4
.3%
,
50%
);
$color-0-0-22
:
hsl
(
0
,
0%
,
22
.7%
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment