diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-06 18:08:40 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-06 18:08:40 +0000 |
commit | 1f5e09ed6082d079dfebef92f69630c10f78c844 (patch) | |
tree | 5ef925fe6d08f2a042e47c2a9e1c40238ca8211c /app/assets/stylesheets/framework | |
parent | 78782cd1eb5273265668ca3e438bb8cbb1344004 (diff) | |
download | gitlab-ce-1f5e09ed6082d079dfebef92f69630c10f78c844.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/mixins.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss index c452c401cfb..aefac300839 100644 --- a/app/assets/stylesheets/framework/mixins.scss +++ b/app/assets/stylesheets/framework/mixins.scss @@ -223,18 +223,6 @@ } /* -* Mixin that handles the position of sticky alerts at the top. It accounts for the performance bar -*/ -// stylelint-disable-next-line length-zero-no-unit -@mixin sticky-top-positioning($extra: 0px) { - top: calc(#{$header-height} + #{$extra}); - - .with-performance-bar & { - top: calc(#{$header-height} + #{$performance-bar-height} + #{$extra}); - } -} - -/* * Mixin that handles the container for the job logs (CI/CD and kubernetes pod logs) */ @mixin build-log($background: $black) { |