debian-mirror-gitlab/app/assets/stylesheets/page_bundles/import.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
290 B
SCSS
Raw Normal View History

2021-02-22 17:27:13 +05:30
@import 'mixins_and_variables_and_functions';
2022-01-26 12:08:38 +05:30
$import-bar-height: $gl-spacing-scale-11;
.import-table-bar {
height: $import-bar-height;
2023-07-09 08:55:56 +05:30
top: $calc-application-header-height;
2022-01-26 12:08:38 +05:30
}
.import-table {
thead {
2023-07-09 08:55:56 +05:30
top: calc(#{$calc-application-header-height} + #{$import-bar-height});
2022-01-26 12:08:38 +05:30
}
}