@@ -529,9 +529,6 @@ span.step-number {
529529.data-input .dropping .file-drop {
530530 z-index : 2 ;
531531}
532- .data-input .cb-alert {
533- font-size : 1.2em ;
534- }
535532.series-control {
536533 margin : 0 0 10px 0 ;
537534}
@@ -565,6 +562,14 @@ span.step-number {
565562 font-size : 16px ;
566563 line-height : 24px ;
567564}
565+ @media screen and (max-width: $single_column_breakpoint) {
566+ .series-control .axis-color {
567+ -webkit-flex-direction : row;
568+ -ms-flex-direction : row;
569+ flex-direction : row;
570+ width : 100% ;
571+ }
572+ }
568573.series-label {
569574 margin : 10px 0 ;
570575}
@@ -589,6 +594,11 @@ span.step-number {
589594 float : left;
590595 margin-right : 4px ;
591596}
597+ @media screen and (max-width: $single_column_breakpoint) {
598+ .series-label-input .cb-text-input {
599+ width : 100% ;
600+ }
601+ }
592602.cb-text-input {
593603 width : 100% ;
594604}
@@ -620,6 +630,14 @@ span.step-number {
620630 padding-left : 0px ;
621631 width : calc (100% - 55px );
622632}
633+ @media screen and (max-width: $single_column_breakpoint) {
634+ .axissection ,
635+ .colorsection {
636+ width : 100% ;
637+ margin-bottom : 5px ;
638+ margin-top : 10px ;
639+ }
640+ }
623641.typesection {
624642 width : 100% ;
625643}
@@ -678,6 +696,18 @@ span.step-number {
678696.scale-tangle-inputs .cb-labelled-tangle .cb-tangle {
679697 margin-left : 5px ;
680698}
699+ @media screen and (max-width: $single_column_breakpoint) {
700+ .scale-tangle-inputs {
701+ display : block;
702+ padding-bottom : 10px ;
703+ }
704+ .scale-tangle-inputs .cb-labelled-tangle {
705+ display : block;
706+ }
707+ .scale-tangle-inputs .cb-labelled-tangle label {
708+ width : 5em ;
709+ }
710+ }
681711.editor-label {
682712 font-size : 18px ;
683713 font-family : 'Khula-Regular' , Arial, Helvetica, sans-serif;
@@ -725,6 +755,14 @@ span.step-number {
725755 line-height : 24px ;
726756 color : # bebebe ;
727757}
758+ @media screen and (max-width: $single_column_breakpoint) {
759+ .chartgrid-editor .series-control .colorsection {
760+ width : 100% ;
761+ }
762+ }
763+ .chartgrid-editor .editor-options h2 {
764+ width : 80% ;
765+ }
728766.chartgrid-editor .grid-options {
729767 display : table;
730768 border-collapse : separate;
@@ -749,9 +787,15 @@ span.step-number {
749787.chartgrid-editor .series-label-input {
750788 width : 80% ;
751789}
790+ @media screen and (max-width: $single_column_breakpoint) {
791+ .chartgrid-editor .series-label-input .cb-text-input {
792+ width : 100% ;
793+ }
794+ }
752795.chartgrid-editor .universal-toggle {
753796 display : block;
754- width : 98% ;
797+ width : auto;
798+ margin-bottom : 2em ;
755799}
756800.mobile-overrides > h2 : first-child {
757801 font-family : "Khula-Bold" , Arial, sans-serif;
@@ -796,6 +840,12 @@ svg.renderer-svg tspan {
796840.d4 {
797841 font-size : 20px ;
798842}
843+ .d4 .leftAxis path .domain {
844+ display : none;
845+ }
846+ .d4 .xAxis path .domain {
847+ display : none;
848+ }
799849.d4 .axis .tick {
800850 font-family : 'Khula-Light' , Arial, Helvetica, sans-serif;
801851}
@@ -835,6 +885,9 @@ svg.renderer-svg tspan {
835885.d4 .axis [data-scale = "time" ] .tick : first-child text {
836886 text-anchor : start;
837887}
888+ .d4 .xAxislabel {
889+ fill : # 666 ;
890+ }
838891.d4 .concealer-label {
839892 font-family : 'Khula-Light' , Arial, Helvetica, sans-serif;
840893}
@@ -914,6 +967,8 @@ svg.renderer-svg tspan {
914967.svg-label-text {
915968 font-size : 20px ;
916969 font-family : 'Khula-Light' , Arial, Helvetica, sans-serif;
970+ }
971+ .svg-label-text .draggable {
917972 cursor : move;
918973}
919974.crosshair line {
0 commit comments