diff --git a/ui/src/clockface/components/slide_toggle/SlideToggle.scss b/ui/src/clockface/components/slide_toggle/SlideToggle.scss index 161b7fe0f6..cd7798471a 100644 --- a/ui/src/clockface/components/slide_toggle/SlideToggle.scss +++ b/ui/src/clockface/components/slide_toggle/SlideToggle.scss @@ -154,6 +154,7 @@ /* Optional Label */ .slide-toggle--label { + white-space: nowrap; font-size: 13px; font-weight: 600; color: $g11-sidewalk; diff --git a/ui/src/dashboards/components/NoteEditor.scss b/ui/src/dashboards/components/NoteEditor.scss index 95e3e96df5..f8ae0d74f5 100644 --- a/ui/src/dashboards/components/NoteEditor.scss +++ b/ui/src/dashboards/components/NoteEditor.scss @@ -7,17 +7,23 @@ .note-editor-text, .note-editor-preview { flex: 1 1 0; - border: 2px solid $g6-smoke; - border-radius: 4px; + border-width: $ix-border; + border-style: solid; + border-radius: $ix-radius; + } + + .note-editor-text { + border-color: $g5-pepper; } .note-editor-preview { - padding: 15px; + border-color: $g4-onyx; + padding: $ix-marg-b * 2; } } .note-editor--controls { - margin-bottom: 20px; + margin-bottom: $ix-marg-c; display: flex; justify-content: space-between; align-items: center; @@ -31,12 +37,11 @@ display: flex; justify-content: space-between; align-items: center; +} + +.note-editor--footer { font-size: 13px; font-weight: 600; - color: $g13-mist; - - .slide-toggle { - margin-left: 10px; - margin-top: 2px; - } + color: $g11-sidewalk; + margin-top: $ix-marg-b; } diff --git a/ui/src/dashboards/components/NoteEditor.tsx b/ui/src/dashboards/components/NoteEditor.tsx index 0b9b2196a5..e3344c0d65 100644 --- a/ui/src/dashboards/components/NoteEditor.tsx +++ b/ui/src/dashboards/components/NoteEditor.tsx @@ -70,14 +70,14 @@ const NoteEditor: SFC = props => { {toggleVisible && ( -