Commit 06248ef7 authored by Mike Greiling's avatar Mike Greiling

Merge branch 'move-plan-badge-groups-scss-to-ee-namespace' into 'master'

move groups.scss .plan-badge to ee namespace

See merge request gitlab-org/gitlab-ee!3746
parents 025f297e 854f7123
......@@ -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; }
}
}
.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; }
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment