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
1320af59
Commit
1320af59
authored
Mar 03, 2021
by
Etienne Baqué
Committed by
Vitaly Slobodin
Mar 03, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SCSS - update badge color for new plans
parent
e294fa99
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-2
ee/app/assets/stylesheets/pages/groups.scss
ee/app/assets/stylesheets/pages/groups.scss
+14
-4
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
1320af59
...
...
@@ -830,8 +830,8 @@ $ci-variable-remove-button-width: calc(1em + #{2 * $gl-padding});
/*
GitLab Plans
*/
$gl-
gold
-plan
:
#d4af37
;
$gl-
silver
-plan
:
#91a1ab
;
$gl-
ultimate
-plan
:
#d4af37
;
$gl-
premium
-plan
:
#91a1ab
;
$gl-bronze-plan
:
#cd7f32
;
/*
...
...
ee/app/assets/stylesheets/pages/groups.scss
View file @
1320af59
...
...
@@ -14,13 +14,23 @@
}
&
[
data-plan
=
'gold'
]
{
color
:
darken
(
$gl-gold-plan
,
20%
);
svg
g
{
fill
:
$gl-gold-plan
;
}
color
:
darken
(
$gl-ultimate-plan
,
20%
);
svg
g
{
fill
:
$gl-ultimate-plan
;
}
}
&
[
data-plan
=
'ultimate'
]
{
color
:
darken
(
$gl-ultimate-plan
,
20%
);
svg
g
{
fill
:
$gl-ultimate-plan
;
}
}
&
[
data-plan
=
'silver'
]
{
color
:
darken
(
$gl-silver-plan
,
20%
);
svg
g
{
fill
:
$gl-silver-plan
;
}
color
:
darken
(
$gl-premium-plan
,
20%
);
svg
g
{
fill
:
$gl-premium-plan
;
}
}
&
[
data-plan
=
'premium'
]
{
color
:
darken
(
$gl-premium-plan
,
20%
);
svg
g
{
fill
:
$gl-premium-plan
;
}
}
&
[
data-plan
=
'bronze'
]
{
...
...
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