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

import.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a856e217efa5d671f9007b62f4b04b96bb54c7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import 'mixins_and_variables_and_functions';

$import-bar-height: $gl-spacing-scale-11;

.import-table-bar {
  height: $import-bar-height;
  top: $calc-application-header-height;
}

.import-table {
  thead {
    top: calc(#{$calc-application-header-height} + #{$import-bar-height});
  }
}