Commit 2e80c795 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Remove unnecessary CSS in VSA

In an effort to clean up the CSS in
VSA, we can remove the FOSS stylesheet
and a random class name.

Changelog: fixed
parent 1c3b04dc
......@@ -153,7 +153,7 @@ export default {
};
</script>
<template>
<div class="cycle-analytics">
<div>
<h3>{{ $options.i18n.pageTitle }}</h3>
<div class="gl-display-flex gl-flex-direction-column gl-md-flex-direction-row">
<path-navigation
......
......@@ -213,7 +213,7 @@ export default {
<p class="gl-m-0">
<gl-link
data-testid="vsa-stage-event-link"
class="gl-text-black-normal pipeline-id"
class="gl-text-black-normal"
:href="item.url"
>{{ itemId(item.id, '#') }}</gl-link
>
......
@import 'mixins_and_variables_and_functions';
.cycle-analytics {
margin: 24px auto 0;
position: relative;
}
......@@ -182,7 +182,7 @@ export default {
@setDateRange="onSetDateRange"
/>
</div>
<div v-if="!shouldRenderEmptyState" class="cycle-analytics gl-mt-2">
<div v-if="!shouldRenderEmptyState" class="gl-mt-2">
<gl-empty-state
v-if="hasNoAccessError"
class="js-empty-state"
......
@import '../../../../../app/assets/stylesheets/page_bundles/cycle_analytics';
@import 'page_bundles/mixins_and_variables_and_functions';
.gl-daterange-picker {
.gl-datepicker-input {
......
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