We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa1e571 commit afb7d55Copy full SHA for afb7d55
src/MultiOrgOverrideStyles.scss
@@ -1,4 +1,5 @@
1
@use 'src/identity/components/GlobalHeader/GlobalHeaderStyle.scss' as gh;
2
+@import '@influxdata/clockface/dist/variables.scss';
3
4
// Reduce size of page headers
5
.multi-org .cf-page-header {
@@ -21,3 +22,14 @@
21
22
.multi-org .flux-query-builder--container {
23
height: calc(100% - gh.$globalheader-height);
24
}
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