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
e7e2f82a
Commit
e7e2f82a
authored
Dec 12, 2017
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move groups.scss .plan-badge to ee namespace
parent
292e94a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
35 deletions
+34
-35
app/assets/stylesheets/pages/groups.scss
app/assets/stylesheets/pages/groups.scss
+0
-35
ee/app/assets/stylesheets/pages/groups.scss
ee/app/assets/stylesheets/pages/groups.scss
+34
-0
No files found.
app/assets/stylesheets/pages/groups.scss
View file @
e7e2f82a
...
...
@@ -273,38 +273,3 @@ table.pipeline-project-metrics tr td {
border-radius
:
$label-border-radius
;
font-weight
:
$gl-font-weight-normal
;
}
.plan-badge
{
margin-right
:
15px
;
svg
{
position
:
relative
;
top
:
3px
;
height
:
16px
;
width
:
16px
;
}
&
.inline
{
display
:
inline-block
;
margin
:
0
4px
;
}
&
[
data-plan
=
"gold"
]
{
color
:
darken
(
$gl-gold-plan
,
20%
);
svg
g
{
fill
:
$gl-gold-plan
;
}
}
&
[
data-plan
=
"silver"
]
{
color
:
darken
(
$gl-silver-plan
,
20%
);
svg
g
{
fill
:
$gl-silver-plan
;
}
}
&
[
data-plan
=
"bronze"
]
{
color
:
darken
(
$gl-bronze-plan
,
20%
);
svg
g
{
fill
:
$gl-bronze-plan
;
}
}
&
:not
([
data-plan
])
{
svg
g
{
fill
:
$gl-no-plan
;
}
}
}
ee/app/assets/stylesheets/pages/groups.scss
0 → 100644
View file @
e7e2f82a
.plan-badge
{
margin-right
:
15px
;
svg
{
position
:
relative
;
top
:
3px
;
height
:
16px
;
width
:
16px
;
}
&
.inline
{
display
:
inline-block
;
margin
:
0
4px
;
}
&
[
data-plan
=
"gold"
]
{
color
:
darken
(
$gl-gold-plan
,
20%
);
svg
g
{
fill
:
$gl-gold-plan
;
}
}
&
[
data-plan
=
"silver"
]
{
color
:
darken
(
$gl-silver-plan
,
20%
);
svg
g
{
fill
:
$gl-silver-plan
;
}
}
&
[
data-plan
=
"bronze"
]
{
color
:
darken
(
$gl-bronze-plan
,
20%
);
svg
g
{
fill
:
$gl-bronze-plan
;
}
}
&
:not
([
data-plan
])
{
svg
g
{
fill
:
$gl-no-plan
;
}
}
}
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