Commit 5678460d authored by Phil Hughes's avatar Phil Hughes

Merge branch 'reports-css-cleanup' into 'master'

Removes EE specific CSS that was moved to CE

See merge request gitlab-org/gitlab-ee!6723
parents cf9df12a 095b6891
.mr-widget-border-top {
border-top: 1px solid $border-color;
}
.link-to-member-avatar {
.disabled {
pointer-events: none;
......@@ -23,24 +19,6 @@
}
}
.media-section {
@include media-breakpoint-down(md) {
align-items: flex-start;
.media-body {
flex-direction: column;
align-items: flex-start;
}
}
.code-text {
@include media-breakpoint-up(lg) {
align-self: center;
flex: 1;
}
}
}
.approvals-body {
@include media-breakpoint-up(md) {
display: flex;
......@@ -109,23 +87,4 @@
border-radius: $border-radius-default $border-radius-default 0 0;
}
}
.grouped-security-reports,
.license-report-widget {
padding: 0;
> .media {
padding: $gl-padding;
}
}
}
.mr-widget-section {
.media {
align-items: center;
}
.code-text {
flex: 1;
}
}
---
title: Removes EE specific CSS that was moved to CE
merge_request: 6723
author:
type: other
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