Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/import.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/import.scss12
1 files changed, 2 insertions, 10 deletions
diff --git a/app/assets/stylesheets/page_bundles/import.scss b/app/assets/stylesheets/page_bundles/import.scss
index a6c08e344f9..0a856e217ef 100644
--- a/app/assets/stylesheets/page_bundles/import.scss
+++ b/app/assets/stylesheets/page_bundles/import.scss
@@ -4,19 +4,11 @@ $import-bar-height: $gl-spacing-scale-11;
.import-table-bar {
height: $import-bar-height;
- top: $header-height;
-
- html.with-performance-bar & {
- top: calc(#{$header-height} + #{$performance-bar-height});
- }
+ top: $calc-application-header-height;
}
.import-table {
thead {
- top: calc(#{$header-height} + #{$import-bar-height});
-
- html.with-performance-bar & {
- top: calc(#{$header-height} + #{$performance-bar-height} + #{$import-bar-height});
- }
+ top: calc(#{$calc-application-header-height} + #{$import-bar-height});
}
}