Skip to content

Commit afb7d55

Browse files
authored
fix: adjust top-right notification margins for multi-org (#5600)
1 parent aa1e571 commit afb7d55

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/MultiOrgOverrideStyles.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@use 'src/identity/components/GlobalHeader/GlobalHeaderStyle.scss' as gh;
2+
@import '@influxdata/clockface/dist/variables.scss';
23

34
// Reduce size of page headers
45
.multi-org .cf-page-header {
@@ -21,3 +22,14 @@
2122
.multi-org .flux-query-builder--container {
2223
height: calc(100% - gh.$globalheader-height);
2324
}
25+
26+
// When removing multi-org flags, consider whether this override
27+
// should become a permanent change for all users in Clockface.
28+
.cf-notification-container {
29+
&.cf-notification__top {
30+
top: $cf-space-2xs;
31+
}
32+
&.cf-notification__right {
33+
right: $cf-space-2xs;
34+
}
35+
}

0 commit comments

Comments
 (0)