tungsten 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -180,51 +180,39 @@
180
180
  background-color: #A81C27; }
181
181
 
182
182
  .postgresql-gradient-bg {
183
- background: -webkit-linear-gradient(315deg, #0094fd, #625ff9) left top/100% 100% no-repeat;
184
183
  background: linear-gradient(135deg, #0094fd, #625ff9) left top/100% 100% no-repeat; }
185
184
 
186
185
  .elasticsearch-gradient-bg {
187
- background: -webkit-linear-gradient(315deg, #625ff9, #8f52ea) left top/100% 100% no-repeat;
188
186
  background: linear-gradient(135deg, #625ff9, #8f52ea) left top/100% 100% no-repeat; }
189
187
 
190
188
  .rethinkdb-gradient-bg {
191
- background: -webkit-linear-gradient(315deg, #0094fd, #25c894) left top/100% 100% no-repeat;
192
189
  background: linear-gradient(135deg, #0094fd, #25c894) left top/100% 100% no-repeat; }
193
190
 
194
191
  .mysql-gradient-bg {
195
- background: -webkit-linear-gradient(315deg, #0094fd, #8f52ea) left top/100% 100% no-repeat;
196
192
  background: linear-gradient(135deg, #0094fd, #8f52ea) left top/100% 100% no-repeat; }
197
193
 
198
194
  .rabbitmq-gradient-bg {
199
- background: -webkit-linear-gradient(315deg, #f69523, #f96623) left top/100% 100% no-repeat;
200
195
  background: linear-gradient(135deg, #f69523, #f96623) left top/100% 100% no-repeat; }
201
196
 
202
197
  .redis-gradient-bg {
203
- background: -webkit-linear-gradient(315deg, #f96623, #dd2f41) left top/100% 100% no-repeat;
204
198
  background: linear-gradient(135deg, #f96623, #dd2f41) left top/100% 100% no-repeat; }
205
199
 
206
200
  .etcd-gradient-bg {
207
- background: -webkit-linear-gradient(315deg, #c60ca5, #dd2f41) left top/100% 100% no-repeat;
208
201
  background: linear-gradient(135deg, #c60ca5, #dd2f41) left top/100% 100% no-repeat; }
209
202
 
210
203
  .scylladb-gradient-bg {
211
- background: -webkit-linear-gradient(315deg, #c60ca5, #8f52ea) left top/100% 100% no-repeat;
212
204
  background: linear-gradient(135deg, #c60ca5, #8f52ea) left top/100% 100% no-repeat; }
213
205
 
214
206
  .mongodb-gradient-bg {
215
- background: -webkit-linear-gradient(315deg, #25c894, #2ac84f) left top/100% 100% no-repeat;
216
207
  background: linear-gradient(135deg, #25c894, #2ac84f) left top/100% 100% no-repeat; }
217
208
 
218
209
  .janusgraph-gradient-bg {
219
- background: -webkit-linear-gradient(315deg, #869ebc, #25c894) left top/100% 100% no-repeat;
220
210
  background: linear-gradient(135deg, #869ebc, #25c894) left top/100% 100% no-repeat; }
221
211
 
222
212
  .compose-gradient-bg {
223
- background: -webkit-linear-gradient(315deg, #0FA7DB, #0094fd) left top/100% 100% no-repeat;
224
213
  background: linear-gradient(135deg, #0FA7DB, #0094fd) left top/100% 100% no-repeat; }
225
214
 
226
215
  .enterprise-gradient-bg {
227
- background: -webkit-linear-gradient(315deg, #3f7b9b, #13435d) left top/100% 100% no-repeat;
228
216
  background: linear-gradient(135deg, #3f7b9b, #13435d) left top/100% 100% no-repeat; }
229
217
 
230
218
  /* ========================================================================== *
@@ -240,7 +228,6 @@
240
228
  * Animations
241
229
  * ------------------------------------- */
242
230
  .full-stop *, .full-stop *:after, .full-stop *:before {
243
- -webkit-transition: none !important;
244
231
  transition: none !important;
245
232
  -webkit-animation: none !important;
246
233
  animation: none !important; }
@@ -489,30 +476,16 @@
489
476
  * Common
490
477
  * ------------------------------------- */
491
478
  [class*='columns'] {
492
- display: -webkit-box;
493
- display: -ms-flexbox;
494
479
  display: flex;
495
- -webkit-box-orient: horizontal;
496
- -webkit-box-direction: normal;
497
- -ms-flex-flow: row wrap;
498
- flex-flow: row wrap; }
480
+ flex-flow: row wrap; }
499
481
 
500
482
  [class*='rows'] {
501
- display: -webkit-box;
502
- display: -ms-flexbox;
503
483
  display: flex;
504
- -webkit-box-orient: vertical;
505
- -webkit-box-direction: normal;
506
- -ms-flex-flow: column;
507
- flex-flow: column;
508
- -webkit-box-align: start;
509
- -ms-flex-align: start;
510
- align-items: flex-start; }
484
+ flex-flow: column;
485
+ align-items: flex-start; }
511
486
 
512
487
  form [class*='columns'] {
513
- -webkit-box-align: start;
514
- -ms-flex-align: start;
515
- align-items: flex-start; }
488
+ align-items: flex-start; }
516
489
 
517
490
  .gutter {
518
491
  margin-left: -10px;
@@ -548,18 +521,12 @@ form [class*='columns'] {
548
521
  margin-bottom: 30px; }
549
522
 
550
523
  .flex {
551
- -webkit-box-flex: 1;
552
- -ms-flex: 1;
553
- flex: 1; }
524
+ flex: 1; }
554
525
 
555
526
  .grow {
556
- -webkit-box-flex: 1;
557
- -ms-flex-positive: 1;
558
- flex-grow: 1; }
527
+ flex-grow: 1; }
559
528
 
560
529
  .flex-row {
561
- display: -webkit-box;
562
- display: -ms-flexbox;
563
530
  display: flex; }
564
531
  .flex-row:not(.no-gutter) > * ~ * {
565
532
  margin-left: 8px; }
@@ -567,215 +534,136 @@ form [class*='columns'] {
567
534
  margin-left: 20px; }
568
535
 
569
536
  .one-of-eight, .eight-columns > * {
570
- -webkit-box-flex: 0;
571
- -ms-flex: 0 1 12.5%;
572
- flex: 0 1 12.5%; }
537
+ flex: 0 1 12.5%; }
573
538
 
574
539
  .gutter > .one-of-eight, .eight-columns.gutter > * {
575
- -webkit-box-flex: 0;
576
- -ms-flex: 0 1 calc(12.5% - 20px);
577
- flex: 0 1 calc(12.5% - 20px); }
540
+ flex: 0 1 calc(12.5% - 20px); }
578
541
 
579
542
  .small-gutter > .one-of-eight, .eight-columns.small-gutter > * {
580
- -webkit-box-flex: 0;
581
- -ms-flex: 0 1 calc(12.5% - 10px);
582
- flex: 0 1 calc(12.5% - 10px); }
543
+ flex: 0 1 calc(12.5% - 10px); }
583
544
 
584
545
  .large-gutter > .one-of-eight, .eight-columns.large-gutter > * {
585
- -webkit-box-flex: 0;
586
- -ms-flex: 0 1 calc(12.5% - 30px);
587
- flex: 0 1 calc(12.5% - 30px); }
546
+ flex: 0 1 calc(12.5% - 30px); }
588
547
 
589
548
  .one-of-four, .two-of-eight, .four-columns > * {
590
- -webkit-box-flex: 0;
591
- -ms-flex: 0 1 25%;
592
- flex: 0 1 25%; }
549
+ flex: 0 1 25%; }
593
550
 
594
551
  .gutter > .one-of-four, .gutter > .two-of-eight, .four-columns.gutter > * {
595
- -webkit-box-flex: 0;
596
- -ms-flex: 0 1 calc(25% - 20px);
597
- flex: 0 1 calc(25% - 20px); }
552
+ flex: 0 1 calc(25% - 20px); }
598
553
 
599
554
  .small-gutter > .one-of-four, .small-gutter > .two-of-eight, .four-columns.small-gutter > * {
600
- -webkit-box-flex: 0;
601
- -ms-flex: 0 1 calc(25% - 10px);
602
- flex: 0 1 calc(25% - 10px); }
555
+ flex: 0 1 calc(25% - 10px); }
603
556
 
604
557
  .large-gutter > .one-of-four, .large-gutter > .two-of-eight, .four-columns.large-gutter > * {
605
- -webkit-box-flex: 0;
606
- -ms-flex: 0 1 calc(25% - 30px);
607
- flex: 0 1 calc(25% - 30px); }
558
+ flex: 0 1 calc(25% - 30px); }
608
559
 
609
560
  .three-of-eight {
610
- -webkit-box-flex: 0;
611
- -ms-flex: 0 1 37.5%;
612
- flex: 0 1 37.5%; }
561
+ flex: 0 1 37.5%; }
613
562
 
614
563
  .gutter > .three-of-eight {
615
- -webkit-box-flex: 0;
616
- -ms-flex: 0 1 calc(37.5% - 20px);
617
- flex: 0 1 calc(37.5% - 20px); }
564
+ flex: 0 1 calc(37.5% - 20px); }
618
565
 
619
566
  .small-gutter > .three-of-eight {
620
- -webkit-box-flex: 0;
621
- -ms-flex: 0 1 calc(37.5% - 10px);
622
- flex: 0 1 calc(37.5% - 10px); }
567
+ flex: 0 1 calc(37.5% - 10px); }
623
568
 
624
569
  .large-gutter > .three-of-eight {
625
- -webkit-box-flex: 0;
626
- -ms-flex: 0 1 calc(37.5% - 30px);
627
- flex: 0 1 calc(37.5% - 30px); }
570
+ flex: 0 1 calc(37.5% - 30px); }
628
571
 
629
572
  .one-of-two, .two-columns > *, .two-of-four, .four-of-eight {
630
- -webkit-box-flex: 0;
631
- -ms-flex: 0 1 50%;
632
- flex: 0 1 50%; }
573
+ flex: 0 1 50%; }
633
574
 
634
575
  .gutter > .one-of-two, .two-columns.gutter > *, .gutter > .two-of-four, .gutter > .four-of-eight {
635
- -webkit-box-flex: 0;
636
- -ms-flex: 0 1 calc(50% - 20px);
637
- flex: 0 1 calc(50% - 20px); }
576
+ flex: 0 1 calc(50% - 20px); }
638
577
 
639
578
  .small-gutter > .one-of-two, .two-columns.small-gutter > *, .small-gutter > .two-of-four, .small-gutter > .four-of-eight {
640
- -webkit-box-flex: 0;
641
- -ms-flex: 0 1 calc(50% - 10px);
642
- flex: 0 1 calc(50% - 10px); }
579
+ flex: 0 1 calc(50% - 10px); }
643
580
 
644
581
  .large-gutter > .one-of-two, .two-columns.large-gutter > *, .large-gutter > .two-of-four, .large-gutter > .four-of-eight {
645
- -webkit-box-flex: 0;
646
- -ms-flex: 0 1 calc(50% - 30px);
647
- flex: 0 1 calc(50% - 30px); }
582
+ flex: 0 1 calc(50% - 30px); }
648
583
 
649
584
  .five-of-eight {
650
- -webkit-box-flex: 0;
651
- -ms-flex: 0 1 62.5%;
652
- flex: 0 1 62.5%; }
585
+ flex: 0 1 62.5%; }
653
586
 
654
587
  .gutter > .five-of-eight {
655
- -webkit-box-flex: 0;
656
- -ms-flex: 0 1 calc(62.5% - 20px);
657
- flex: 0 1 calc(62.5% - 20px); }
588
+ flex: 0 1 calc(62.5% - 20px); }
658
589
 
659
590
  .small-gutter > .five-of-eight {
660
- -webkit-box-flex: 0;
661
- -ms-flex: 0 1 calc(62.5% - 10px);
662
- flex: 0 1 calc(62.5% - 10px); }
591
+ flex: 0 1 calc(62.5% - 10px); }
663
592
 
664
593
  .large-gutter > .five-of-eight {
665
- -webkit-box-flex: 0;
666
- -ms-flex: 0 1 calc(62.5% - 30px);
667
- flex: 0 1 calc(62.5% - 30px); }
594
+ flex: 0 1 calc(62.5% - 30px); }
668
595
 
669
596
  .three-of-four, .six-of-eight {
670
- -webkit-box-flex: 0;
671
- -ms-flex: 0 1 75%;
672
- flex: 0 1 75%; }
597
+ flex: 0 1 75%; }
673
598
 
674
599
  .gutter > .three-of-four, .gutter > .six-of-eight {
675
- -webkit-box-flex: 0;
676
- -ms-flex: 0 1 calc(75% - 20px);
677
- flex: 0 1 calc(75% - 20px); }
600
+ flex: 0 1 calc(75% - 20px); }
678
601
 
679
602
  .small-gutter > .three-of-four, .small-gutter > .six-of-eight {
680
- -webkit-box-flex: 0;
681
- -ms-flex: 0 1 calc(75% - 10px);
682
- flex: 0 1 calc(75% - 10px); }
603
+ flex: 0 1 calc(75% - 10px); }
683
604
 
684
605
  .large-gutter > .three-of-four, .large-gutter > .six-of-eight {
685
- -webkit-box-flex: 0;
686
- -ms-flex: 0 1 calc(75% - 30px);
687
- flex: 0 1 calc(75% - 30px); }
606
+ flex: 0 1 calc(75% - 30px); }
688
607
 
689
608
  .seven-of-eight {
690
- -webkit-box-flex: 0;
691
- -ms-flex: 0 1 87.5%;
692
- flex: 0 1 87.5%; }
609
+ flex: 0 1 87.5%; }
693
610
 
694
611
  .gutter > .seven-of-eight {
695
- -webkit-box-flex: 0;
696
- -ms-flex: 0 1 calc(87.5% - 20px);
697
- flex: 0 1 calc(87.5% - 20px); }
612
+ flex: 0 1 calc(87.5% - 20px); }
698
613
 
699
614
  .small-gutter > .seven-of-eight {
700
- -webkit-box-flex: 0;
701
- -ms-flex: 0 1 calc(87.5% - 10px);
702
- flex: 0 1 calc(87.5% - 10px); }
615
+ flex: 0 1 calc(87.5% - 10px); }
703
616
 
704
617
  .large-gutter > .seven-of-eight {
705
- -webkit-box-flex: 0;
706
- -ms-flex: 0 1 calc(87.5% - 30px);
707
- flex: 0 1 calc(87.5% - 30px); }
618
+ flex: 0 1 calc(87.5% - 30px); }
708
619
 
709
620
  .one-columns > *, .one-of-one, .span, .two-of-two, .four-of-four, .eight-of-eight {
710
- -webkit-box-flex: 0;
711
- -ms-flex: 0 1 100%;
712
- flex: 0 1 100%; }
621
+ flex: 0 1 100%; }
713
622
 
714
623
  .one-columns.gutter > *, .gutter > .one-of-one, .gutter > .span, .gutter > .two-of-two, .gutter > .four-of-four, .gutter > .eight-of-eight {
715
- -webkit-box-flex: 0;
716
- -ms-flex: 0 1 calc(100% - 20px);
717
- flex: 0 1 calc(100% - 20px); }
624
+ flex: 0 1 calc(100% - 20px); }
718
625
 
719
626
  .one-columns.small-gutter > *, .small-gutter > .one-of-one, .small-gutter > .span, .small-gutter > .two-of-two, .small-gutter > .four-of-four, .small-gutter > .eight-of-eight {
720
- -webkit-box-flex: 0;
721
- -ms-flex: 0 1 calc(100% - 10px);
722
- flex: 0 1 calc(100% - 10px); }
627
+ flex: 0 1 calc(100% - 10px); }
723
628
 
724
629
  .one-columns.large-gutter > *, .large-gutter > .one-of-one, .large-gutter > .span, .large-gutter > .two-of-two, .large-gutter > .four-of-four, .large-gutter > .eight-of-eight {
725
- -webkit-box-flex: 0;
726
- -ms-flex: 0 1 calc(100% - 30px);
727
- flex: 0 1 calc(100% - 30px); }
630
+ flex: 0 1 calc(100% - 30px); }
728
631
 
729
632
  /* ===================================== *
730
633
  * Vertical alignment
731
634
  * ------------------------------------- */
732
635
  .top-aligned {
733
- -webkit-box-align: top;
734
- -ms-flex-align: top;
735
- align-items: top;
636
+ align-items: top;
736
637
  vertical-align: top; }
737
638
 
738
639
  .bottom-aligned {
739
- -webkit-box-align: bottom;
740
- -ms-flex-align: bottom;
741
- align-items: bottom;
640
+ align-items: bottom;
742
641
  vertical-align: bottom; }
743
642
 
744
643
  .baseline-aligned {
745
- -webkit-box-align: baseline;
746
- -ms-flex-align: baseline;
747
- align-items: baseline;
644
+ align-items: baseline;
748
645
  vertical-align: baseline; }
749
646
 
750
647
  .start-aligned {
751
- -webkit-box-align: start;
752
- -ms-flex-align: start;
753
- align-items: flex-start; }
648
+ align-items: flex-start; }
754
649
 
755
650
  .center-aligned {
756
- -webkit-box-align: center;
757
- -ms-flex-align: center;
758
- align-items: center; }
651
+ align-items: center; }
759
652
 
760
653
  .end-aligned {
761
- -webkit-box-align: end;
762
- -ms-flex-align: end;
763
- align-items: flex-end; }
654
+ align-items: flex-end; }
764
655
 
765
656
  /* ===================================== *
766
657
  * Horizontal justification
767
658
  * ------------------------------------- */
768
659
  .left-justified {
769
- -ms-grid-column-align: flex-start;
770
- justify-items: flex-start; }
660
+ justify-items: flex-start; }
771
661
 
772
662
  .center-justified {
773
- -ms-grid-column-align: center;
774
- justify-items: center; }
663
+ justify-items: center; }
775
664
 
776
665
  .right-justified {
777
- -ms-grid-column-align: flex-end;
778
- justify-items: flex-end; }
666
+ justify-items: flex-end; }
779
667
 
780
668
  .push-right {
781
669
  margin-left: auto; }
@@ -788,9 +676,7 @@ form [class*='columns'] {
788
676
  * ------------------------------------- */
789
677
  @media (max-width: 950px) {
790
678
  [class*='columns'].medium-breakpoint > * {
791
- -webkit-box-flex: 0;
792
- -ms-flex: 0 1 100%;
793
- flex: 0 1 100%; } }
679
+ flex: 0 1 100%; } }
794
680
 
795
681
  /* ===================================== *
796
682
  * Universal
@@ -808,35 +694,20 @@ html {
808
694
  background: #f5f7fa; }
809
695
 
810
696
  body {
811
- display: -webkit-box;
812
- display: -ms-flexbox;
813
697
  display: flex;
814
698
  min-height: 100vh;
815
- -webkit-box-orient: vertical;
816
- -webkit-box-direction: normal;
817
- -ms-flex-direction: column;
818
- flex-direction: column;
699
+ flex-direction: column;
819
700
  font-weight: 400;
820
701
  font-size: 14px; }
821
702
 
822
703
  main {
823
- display: -webkit-box;
824
- display: -ms-flexbox;
825
704
  display: flex;
826
- -webkit-box-orient: horizontal;
827
- -webkit-box-direction: normal;
828
- -ms-flex-flow: row wrap;
829
- flex-flow: row wrap;
830
- -webkit-box-align: stretch;
831
- -ms-flex-align: stretch;
832
- align-items: stretch;
833
- -ms-flex-pack: distribute;
834
- justify-content: space-around; }
705
+ flex-flow: row wrap;
706
+ align-items: stretch;
707
+ justify-content: space-around; }
835
708
 
836
709
  header {
837
710
  width: 100%;
838
- display: -webkit-box;
839
- display: -ms-flexbox;
840
711
  display: flex;
841
712
  margin-top: 20px;
842
713
  margin-bottom: 20px; }
@@ -846,26 +717,15 @@ header > *:first-child, header > *:first-child > *:first-child, header > *:first
846
717
  margin-top: 0; }
847
718
  header > :first-child {
848
719
  font-size: 16px;
849
- -webkit-box-align: top;
850
- -ms-flex-align: top;
851
- align-items: top;
720
+ align-items: top;
852
721
  margin-bottom: 0; }
853
722
  header .actions {
854
- display: -webkit-box;
855
- display: -ms-flexbox;
856
723
  display: flex;
857
- -webkit-box-align: baseline;
858
- -ms-flex-align: baseline;
859
- align-items: baseline;
860
- -webkit-box-orient: horizontal;
861
- -webkit-box-direction: reverse;
862
- -ms-flex-direction: row-reverse;
863
- flex-direction: row-reverse;
724
+ align-items: baseline;
725
+ flex-direction: row-reverse;
864
726
  margin-left: auto; }
865
727
  header .actions.centered {
866
- -webkit-box-pack: center;
867
- -ms-flex-pack: center;
868
- justify-content: center; }
728
+ justify-content: center; }
869
729
 
870
730
  body, input, textarea {
871
731
  color: #0f212e; }
@@ -879,9 +739,7 @@ p, ul, ol, h1, h2, h3, h4, h5, h6, pre, table {
879
739
  * ------------------------------------- */
880
740
  .application-content {
881
741
  max-width: 1280px;
882
- -webkit-box-flex: 1;
883
- -ms-flex: 1 1 auto;
884
- flex: 1 1 auto; }
742
+ flex: 1 1 auto; }
885
743
  @media all and (min-width: 600px) {
886
744
  .application-content {
887
745
  padding: 0 15px 80px; } }
@@ -900,7 +758,6 @@ p, ul, ol, h1, h2, h3, h4, h5, h6, pre, table {
900
758
  right: 0;
901
759
  bottom: 0;
902
760
  z-index: 500;
903
- background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
904
761
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
905
762
  background-position: left bottom;
906
763
  background-repeat: no-repeat;
@@ -1016,7 +873,6 @@ a {
1016
873
  text-decoration: underline;
1017
874
  -webkit-text-decoration-color: rgba(0, 148, 253, 0.5);
1018
875
  text-decoration-color: rgba(0, 148, 253, 0.5);
1019
- -webkit-transition: color 0.25s;
1020
876
  transition: color 0.25s;
1021
877
  color: #0094fd; }
1022
878
  a:hover, a:focus, a:active {
@@ -1079,11 +935,8 @@ pre {
1079
935
  * Sections module
1080
936
  * -------------------------------------------------------------------------- */
1081
937
  .app-section {
1082
- display: -webkit-box;
1083
- display: -ms-flexbox;
1084
938
  display: flex;
1085
- -ms-flex-wrap: wrap;
1086
- flex-wrap: wrap;
939
+ flex-wrap: wrap;
1087
940
  padding-bottom: 20px; }
1088
941
  .app-section:target {
1089
942
  position: relative; }
@@ -1103,9 +956,7 @@ pre {
1103
956
  border-top: 1px solid #dfe3e6;
1104
957
  padding-top: 20px; }
1105
958
  .app-section-title {
1106
- -webkit-box-flex: 1;
1107
- -ms-flex: 1 0 240px;
1108
- flex: 1 0 240px;
959
+ flex: 1 0 240px;
1109
960
  padding: 0 10px 0; }
1110
961
  @media all and (min-width: 1000px) {
1111
962
  .app-section-title {
@@ -1119,9 +970,7 @@ pre {
1119
970
  color: inherit;
1120
971
  text-decoration: none; }
1121
972
  .app-section-content {
1122
- -webkit-box-flex: 2;
1123
- -ms-flex: 2 1 500px;
1124
- flex: 2 1 500px; }
973
+ flex: 2 1 500px; }
1125
974
  @media all and (min-width: 1000px) {
1126
975
  .app-section-content {
1127
976
  padding: 0 20px 0; } }
@@ -1134,16 +983,12 @@ pre {
1134
983
  * Navigation module
1135
984
  * -------------------------------------------------------------------------- */
1136
985
  .horizontal-nav, .vertical-nav {
1137
- display: -webkit-box;
1138
- display: -ms-flexbox;
1139
986
  display: flex;
1140
987
  position: relative; }
1141
988
  .horizontal-nav a, .vertical-nav a {
1142
989
  padding: 9px 12px;
1143
990
  text-decoration: none;
1144
- -webkit-transition: background-position .4s ease-out;
1145
991
  transition: background-position .4s ease-out;
1146
- background-image: -webkit-linear-gradient(left, #f5f7fa, #f5f7fa, #fff, #fff);
1147
992
  background-image: linear-gradient(to right, #f5f7fa, #f5f7fa, #fff, #fff);
1148
993
  background-position: left top;
1149
994
  background-size: 400% 100%; }
@@ -1157,16 +1002,10 @@ pre {
1157
1002
  background-position: right top; }
1158
1003
 
1159
1004
  .horizontal-nav {
1160
- -webkit-box-orient: horizontal;
1161
- -webkit-box-direction: normal;
1162
- -ms-flex-flow: row wrap;
1163
- flex-flow: row wrap; }
1005
+ flex-flow: row wrap; }
1164
1006
 
1165
1007
  .vertical-nav {
1166
- -webkit-box-orient: vertical;
1167
- -webkit-box-direction: normal;
1168
- -ms-flex-flow: column;
1169
- flex-flow: column;
1008
+ flex-flow: column;
1170
1009
  border-right: 1px solid #dfe3e6; }
1171
1010
  .vertical-nav a {
1172
1011
  border-bottom: 1px solid #dfe3e6; }
@@ -1184,23 +1023,17 @@ pre {
1184
1023
  .application-banner {
1185
1024
  background-color: #152934;
1186
1025
  color: #fff;
1187
- display: -webkit-box;
1188
- display: -ms-flexbox;
1189
1026
  display: flex;
1190
1027
  width: 100%;
1191
1028
  margin: 0;
1192
- -webkit-box-align: center;
1193
- -ms-flex-align: center;
1194
- align-items: center;
1029
+ align-items: center;
1195
1030
  padding: 15px 30px; }
1196
1031
  .application-banner .svg-deployment, .application-banner .svg-cluster {
1197
1032
  margin-right: 20px; }
1198
1033
  .application-banner .deployment-icon-hex {
1199
- -webkit-transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
1200
1034
  transition: fill 0.25s cubic-bezier(0.4, 0, 0.2, 1);
1201
1035
  fill: rgba(0, 0, 0, 0.05); }
1202
1036
  .application-banner nav a {
1203
- -webkit-transition: 0.25s;
1204
1037
  transition: 0.25s;
1205
1038
  text-decoration: none;
1206
1039
  padding: .4em .6em;
@@ -1374,7 +1207,6 @@ pre.box-content {
1374
1207
  max-width: 100%;
1375
1208
  word-break: normal;
1376
1209
  word-wrap: normal;
1377
- -webkit-transition: none;
1378
1210
  transition: none; }
1379
1211
 
1380
1212
  .highlighted-code {
@@ -1402,7 +1234,6 @@ pre.box-content {
1402
1234
 
1403
1235
  .error-page {
1404
1236
  background: #5a6872;
1405
- background: -webkit-linear-gradient(top, #444e56, #5a6872, #5a6872, #5a6872);
1406
1237
  background: linear-gradient(to bottom, #444e56, #5a6872, #5a6872, #5a6872); }
1407
1238
  .error-page h1 {
1408
1239
  font-size: 50px;
@@ -1422,10 +1253,8 @@ pre.box-content {
1422
1253
 
1423
1254
  .error-page body {
1424
1255
  text-align: center;
1425
- display: -ms-grid;
1426
1256
  display: grid;
1427
- -ms-flex-line-pack: center;
1428
- align-content: center; }
1257
+ align-content: center; }
1429
1258
 
1430
1259
  .error-svgs {
1431
1260
  padding-bottom: 114px;
@@ -2115,12 +1944,9 @@ select, textarea, textarea, input[type=url], input[type=tel], input[type=text],
2115
1944
  width: 100%;
2116
1945
  padding: 9px 12px;
2117
1946
  border-radius: 3px;
2118
- -webkit-transition: box-shadow, background-color;
2119
1947
  transition: box-shadow, background-color;
2120
- -webkit-transition-duration: 0.25s;
2121
- transition-duration: 0.25s;
2122
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2123
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1948
+ transition-duration: 0.25s;
1949
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2124
1950
  line-height: 1.8em;
2125
1951
  background-color: #fff;
2126
1952
  box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.2) inset, 0 0 0 transparent; }
@@ -2164,6 +1990,10 @@ textarea {
2164
1990
  opacity: 1;
2165
1991
  color: #c3cdda; }
2166
1992
 
1993
+ ::-ms-input-placeholder {
1994
+ opacity: 1;
1995
+ color: #c3cdda; }
1996
+
2167
1997
  ::placeholder {
2168
1998
  opacity: 1;
2169
1999
  color: #c3cdda; }
@@ -2173,24 +2003,14 @@ input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner
2173
2003
  margin: 0; }
2174
2004
 
2175
2005
  label {
2176
- display: -webkit-box;
2177
- display: -ms-flexbox;
2178
2006
  display: flex;
2179
- -webkit-box-orient: vertical;
2180
- -webkit-box-direction: normal;
2181
- -ms-flex-direction: column;
2182
- flex-direction: column;
2007
+ flex-direction: column;
2183
2008
  position: relative;
2184
- -webkit-box-flex: 1;
2185
- -ms-flex: 1 0 auto;
2186
- flex: 1 0 auto; }
2009
+ flex: 1 0 auto; }
2187
2010
  label .label-text {
2188
- -webkit-transition-property: box-shadow, color;
2189
2011
  transition-property: box-shadow, color;
2190
- -webkit-transition-duration: 0.25s;
2191
- transition-duration: 0.25s;
2192
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2193
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2012
+ transition-duration: 0.25s;
2013
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2194
2014
  padding-bottom: .4em;
2195
2015
  font-size: 1.1em;
2196
2016
  font-weight: 500; }
@@ -2201,15 +2021,11 @@ label .label-description {
2201
2021
  padding-bottom: .8em; }
2202
2022
 
2203
2023
  label *, label *:before, label *:after {
2204
- -webkit-transition-duration: 0.25s;
2205
- transition-duration: 0.25s;
2206
- -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2207
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
2024
+ transition-duration: 0.25s;
2025
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
2208
2026
 
2209
2027
  form.button_to {
2210
2028
  width: auto;
2211
- display: -webkit-inline-box;
2212
- display: -ms-inline-flexbox;
2213
2029
  display: inline-flex; }
2214
2030
 
2215
2031
  .placeholder-label {
@@ -2220,6 +2036,9 @@ form.button_to {
2220
2036
  .placeholder-label :-ms-input-placeholder {
2221
2037
  opacity: 0;
2222
2038
  color: transparent; }
2039
+ .placeholder-label ::-ms-input-placeholder {
2040
+ opacity: 0;
2041
+ color: transparent; }
2223
2042
  .placeholder-label ::placeholder {
2224
2043
  opacity: 0;
2225
2044
  color: transparent; }
@@ -2260,7 +2079,6 @@ form.button_to {
2260
2079
  color: #c3cdda;
2261
2080
  -webkit-transform: translate3d(0, 0, 0) scale(1);
2262
2081
  transform: translate3d(0, 0, 0) scale(1);
2263
- -webkit-transition-property: color, -webkit-transform;
2264
2082
  transition-property: color, -webkit-transform;
2265
2083
  transition-property: color, transform;
2266
2084
  transition-property: color, transform, -webkit-transform; }
@@ -2268,23 +2086,16 @@ form.button_to {
2268
2086
  top: 2.1em; }
2269
2087
 
2270
2088
  label.tick-box {
2271
- -webkit-box-orient: horizontal;
2272
- -webkit-box-direction: normal;
2273
- -ms-flex-direction: row;
2274
- flex-direction: row;
2275
- -webkit-box-align: center;
2276
- -ms-flex-align: center;
2277
- align-items: center;
2089
+ flex-direction: row;
2090
+ align-items: center;
2278
2091
  cursor: pointer; }
2279
2092
  label.tick-box *, label.tick-box *:after, label.tick-box *:before {
2280
- -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
2281
- transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
2093
+ transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
2282
2094
  label.tick-box input + .tick {
2283
2095
  width: 20px;
2284
2096
  height: 20px;
2285
2097
  margin: 0 8px 0 0;
2286
2098
  background: #fff;
2287
- -webkit-transition-property: box-shadow;
2288
2099
  transition-property: box-shadow;
2289
2100
  box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.2) inset, 0 0 0 transparent, 0 0 0 transparent inset; }
2290
2101
  label.tick-box input:focus, label.tick-box input:active {
@@ -2312,7 +2123,6 @@ label.tick-box input[type=radio] + .tick:before, label.tick-box input[type=radio
2312
2123
  box-shadow: 0 0 0 transparent;
2313
2124
  -webkit-transform: scale(0);
2314
2125
  transform: scale(0);
2315
- -webkit-transition-property: box-shadow, -webkit-transform;
2316
2126
  transition-property: box-shadow, -webkit-transform;
2317
2127
  transition-property: box-shadow, transform;
2318
2128
  transition-property: box-shadow, transform, -webkit-transform; }
@@ -2351,7 +2161,6 @@ label.tick-box input[type=checkbox] + .tick:before, label.tick-box input[type=ch
2351
2161
  margin: 10% 0 0 0;
2352
2162
  border: solid #fff;
2353
2163
  border-width: 0 0 6px 6px;
2354
- -webkit-transition-property: border-color, -webkit-transform;
2355
2164
  transition-property: border-color, -webkit-transform;
2356
2165
  transition-property: transform, border-color;
2357
2166
  transition-property: transform, border-color, -webkit-transform;
@@ -2381,13 +2190,8 @@ label.tick-box input[type=checkbox]:focus:checked + .tick:before, label.tick-box
2381
2190
 
2382
2191
  .check-switch {
2383
2192
  cursor: pointer;
2384
- -webkit-box-orient: horizontal;
2385
- -webkit-box-direction: normal;
2386
- -ms-flex-direction: row;
2387
- flex-direction: row;
2388
- -webkit-box-align: center;
2389
- -ms-flex-align: center;
2390
- align-items: center; }
2193
+ flex-direction: row;
2194
+ align-items: center; }
2391
2195
  .check-switch .label-text {
2392
2196
  margin-right: 10px;
2393
2197
  padding-bottom: 0;
@@ -2402,7 +2206,6 @@ label.tick-box input[type=checkbox]:focus:checked + .tick:before, label.tick-box
2402
2206
  background: rgba(15, 33, 46, 0.1);
2403
2207
  position: relative;
2404
2208
  border-radius: 22px;
2405
- -webkit-transition-property: background, box-shadow, border-color;
2406
2209
  transition-property: background, box-shadow, border-color;
2407
2210
  box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.1) inset, 0 0 0 transparent; }
2408
2211
  .check-switch-tick {
@@ -2413,7 +2216,6 @@ label.tick-box input[type=checkbox]:focus:checked + .tick:before, label.tick-box
2413
2216
  bottom: 2px;
2414
2217
  left: 2px;
2415
2218
  border-radius: 22px;
2416
- -webkit-transition-property: -webkit-transform;
2417
2219
  transition-property: -webkit-transform;
2418
2220
  transition-property: transform;
2419
2221
  transition-property: transform, -webkit-transform;
@@ -2559,7 +2361,6 @@ input[type=range]::-moz-range-thumb {
2559
2361
  border-radius: 100%;
2560
2362
  position: relative;
2561
2363
  top: 3px;
2562
- -webkit-transition: all .15s ease-in;
2563
2364
  transition: all .15s ease-in; }
2564
2365
  input[type=range]::-moz-range-thumb:after {
2565
2366
  box-sizing: border-box;
@@ -2582,7 +2383,6 @@ input[type=range]::-webkit-slider-thumb {
2582
2383
  border-radius: 100%;
2583
2384
  position: relative;
2584
2385
  top: 3px;
2585
- -webkit-transition: all .15s ease-in;
2586
2386
  transition: all .15s ease-in; }
2587
2387
  input[type=range]::-webkit-slider-thumb:after {
2588
2388
  box-sizing: border-box;
@@ -2605,7 +2405,6 @@ input[type=range]::-ms-thumb {
2605
2405
  border-radius: 100%;
2606
2406
  position: relative;
2607
2407
  top: 3px;
2608
- -webkit-transition: all .15s ease-in;
2609
2408
  transition: all .15s ease-in; }
2610
2409
  input[type=range]::-ms-thumb:after {
2611
2410
  box-sizing: border-box;
@@ -2683,16 +2482,9 @@ input::-moz-focus-inner {
2683
2482
  padding: .5em 0; }
2684
2483
  @media all and (min-width: 400px) {
2685
2484
  .slider-container {
2686
- display: -webkit-box;
2687
- display: -ms-flexbox;
2688
2485
  display: flex;
2689
- -webkit-box-orient: horizontal;
2690
- -webkit-box-direction: normal;
2691
- -ms-flex-flow: row nowrap;
2692
- flex-flow: row nowrap;
2693
- -webkit-box-align: center;
2694
- -ms-flex-align: center;
2695
- align-items: center; }
2486
+ flex-flow: row nowrap;
2487
+ align-items: center; }
2696
2488
  .slider-container.with-label {
2697
2489
  max-width: 320px; } }
2698
2490
  .slider-container.line-labels {
@@ -2700,26 +2492,15 @@ input::-moz-focus-inner {
2700
2492
 
2701
2493
  .slider-input-container {
2702
2494
  position: relative;
2703
- -webkit-box-flex: 1;
2704
- -ms-flex: 1 0 auto;
2705
- flex: 1 0 auto;
2495
+ flex: 1 0 auto;
2706
2496
  /*margin: .6em 0;*/ }
2707
2497
 
2708
2498
  .slider-track {
2709
2499
  height: 0px;
2710
- display: -webkit-box;
2711
- display: -ms-flexbox;
2712
2500
  display: flex;
2713
- -webkit-box-align: center;
2714
- -ms-flex-align: center;
2715
- align-items: center;
2716
- -webkit-box-orient: horizontal;
2717
- -webkit-box-direction: normal;
2718
- -ms-flex-flow: row wrap;
2719
- flex-flow: row wrap;
2720
- -webkit-box-pack: justify;
2721
- -ms-flex-pack: justify;
2722
- justify-content: space-between;
2501
+ align-items: center;
2502
+ flex-flow: row wrap;
2503
+ justify-content: space-between;
2723
2504
  margin: 0 10px 0 9px;
2724
2505
  position: relative;
2725
2506
  top: -12px; }
@@ -2752,16 +2533,12 @@ input::-moz-focus-inner {
2752
2533
  top: 9px;
2753
2534
  height: 5px;
2754
2535
  z-index: 1;
2755
- display: -webkit-box;
2756
- display: -ms-flexbox;
2757
2536
  display: flex;
2758
2537
  box-shadow: rgba(15, 33, 46, 0.2) 0 0 0 1px;
2759
2538
  border-radius: 5px; }
2760
2539
 
2761
2540
  .slider-fill {
2762
- -webkit-box-flex: 1;
2763
- -ms-flex-positive: 1;
2764
- flex-grow: 1;
2541
+ flex-grow: 1;
2765
2542
  height: 5px;
2766
2543
  position: relative;
2767
2544
  box-sizing: border-box;
@@ -2902,20 +2679,14 @@ input::-moz-focus-inner {
2902
2679
  box-shadow: #1f8bf8 0 0 0 1px; }
2903
2680
 
2904
2681
  .input-row {
2905
- display: -webkit-box;
2906
- display: -ms-flexbox;
2907
2682
  display: flex;
2908
2683
  margin-bottom: 20px; }
2909
2684
  .input-row .input-wrapper {
2910
- -webkit-box-flex: 1;
2911
- -ms-flex-positive: 1;
2912
- flex-grow: 1; }
2685
+ flex-grow: 1; }
2913
2686
  .input-row > * ~ * {
2914
2687
  margin-left: 8px; }
2915
2688
  .input-row > .button-wrapper {
2916
- -ms-flex-item-align: center;
2917
- -ms-grid-row-align: center;
2918
- align-self: center; }
2689
+ align-self: center; }
2919
2690
 
2920
2691
  .unit-select {
2921
2692
  position: absolute;
@@ -2938,7 +2709,6 @@ input::-moz-focus-inner {
2938
2709
  .unit-select:hover:after {
2939
2710
  border-color: #5aaafa; }
2940
2711
  .unit-select select {
2941
- -webkit-transition-property: color;
2942
2712
  transition-property: color;
2943
2713
  color: #b4c1d2;
2944
2714
  box-shadow: none;
@@ -2983,7 +2753,6 @@ label.input-defaulted-value:not(.remotely-invalid) .slider-label:before {
2983
2753
  padding: .1em .2em 0;
2984
2754
  display: inline-block;
2985
2755
  color: #8c9ba5;
2986
- -webkit-transition: none;
2987
2756
  transition: none; }
2988
2757
  .restore-default:hover, .restore-default:focus {
2989
2758
  color: #f69523;
@@ -3024,7 +2793,6 @@ label.input-defaulted-value:not(.remotely-invalid) .slider-label:before {
3024
2793
  padding: 0 .5em;
3025
2794
  color: inherit;
3026
2795
  opacity: 0.4;
3027
- -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
3028
2796
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
3029
2797
  text-decoration: none;
3030
2798
  border: none;
@@ -3067,7 +2835,6 @@ label.input-defaulted-value:not(.remotely-invalid) .slider-label:before {
3067
2835
  .requires-restart {
3068
2836
  background-color: transparent;
3069
2837
  box-shadow: 0 0 0 1px transparent;
3070
- -webkit-transition: 0.25s background-color, 0.25s box-shadow;
3071
2838
  transition: 0.25s background-color, 0.25s box-shadow;
3072
2839
  padding: 6px;
3073
2840
  margin: -6px !important;
@@ -3077,7 +2844,6 @@ label.input-defaulted-value:not(.remotely-invalid) .slider-label:before {
3077
2844
  font-size: .8em;
3078
2845
  color: #a12d3d;
3079
2846
  opacity: 0;
3080
- -webkit-transition: 0.25s opacity, 0.25s height;
3081
2847
  transition: 0.25s opacity, 0.25s height;
3082
2848
  overflow: hidden;
3083
2849
  height: 0; }
@@ -3113,17 +2879,17 @@ th.action-panel, td.action-panel {
3113
2879
  caption {
3114
2880
  display: none; }
3115
2881
 
3116
- table.ruled tfoot th, .input-diffs tfoot th, table.ruled tbody tr:nth-child(n+2) th, .input-diffs tbody tr:nth-child(n+2) th, table.ruled tbody tr:nth-child(n+2) td, .input-diffs tbody tr:nth-child(n+2) td {
2882
+ table.ruled tfoot th, table.input-diffs tfoot th, table.ruled tbody tr:nth-child(n+2) th, table.input-diffs tbody tr:nth-child(n+2) th, table.ruled tbody tr:nth-child(n+2) td, table.input-diffs tbody tr:nth-child(n+2) td {
3117
2883
  border-top: 1px solid #dfe3e6; }
3118
- table.ruled thead th, .input-diffs thead th {
2884
+ table.ruled thead th, table.input-diffs thead th {
3119
2885
  border-bottom: 1px solid #dfe3e6; }
3120
2886
 
3121
- table.bordered, .input-diffs {
2887
+ table.bordered, table.input-diffs {
3122
2888
  border-top: 1px solid #dfe3e6;
3123
2889
  border-bottom: 1px solid #dfe3e6; }
3124
- table.bordered td:first-child, .input-diffs td:first-child, table.bordered th:first-child, .input-diffs th:first-child {
2890
+ table.bordered td:first-child, table.input-diffs td:first-child, table.bordered th:first-child, table.input-diffs th:first-child {
3125
2891
  border-left: 1px solid #dfe3e6; }
3126
- table.bordered td:last-child, .input-diffs td:last-child, table.bordered th:last-child, .input-diffs th:last-child {
2892
+ table.bordered td:last-child, table.input-diffs td:last-child, table.bordered th:last-child, table.input-diffs th:last-child {
3127
2893
  border-right: 1px solid #dfe3e6; }
3128
2894
 
3129
2895
  table.outlined, table.doc-table {
@@ -3154,14 +2920,11 @@ th.sub-heading {
3154
2920
  padding-bottom: 4px; }
3155
2921
 
3156
2922
  .table-drawer-handle .drawer-indicator button {
3157
- -webkit-transition: -webkit-transform .2s;
3158
2923
  transition: -webkit-transform .2s;
3159
2924
  transition: transform .2s;
3160
2925
  transition: transform .2s, -webkit-transform .2s; }
3161
2926
  .table-drawer-handle td {
3162
- -webkit-transition: background-position .35s ease-out;
3163
2927
  transition: background-position .35s ease-out;
3164
- background-image: -webkit-linear-gradient(#fff, #fff, #ebf5fe);
3165
2928
  background-image: linear-gradient(#fff, #fff, #ebf5fe);
3166
2929
  background-position: left top;
3167
2930
  background-repeat: no-repeat;
@@ -3177,9 +2940,7 @@ th.sub-heading {
3177
2940
  .table-drawer td {
3178
2941
  padding: 0;
3179
2942
  border-top: none !important;
3180
- -webkit-transition: border-color .2s ease-in;
3181
2943
  transition: border-color .2s ease-in;
3182
- background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03));
3183
2944
  background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)); }
3184
2945
  .table-drawer-content-wrapper {
3185
2946
  box-shadow: 0 1px 0 0 #dfe3e6 inset; }
@@ -3207,15 +2968,9 @@ th.sub-heading {
3207
2968
  cursor: pointer; }
3208
2969
 
3209
2970
  .button, .dialog-continue, .dialog-continue.destructive {
3210
- -ms-flex-item-align: center;
3211
- -ms-grid-row-align: center;
3212
- align-self: center;
3213
- -webkit-box-align: center;
3214
- -ms-flex-align: center;
3215
- align-items: center;
3216
- -webkit-box-pack: center;
3217
- -ms-flex-pack: center;
3218
- justify-content: center;
2971
+ align-self: center;
2972
+ align-items: center;
2973
+ justify-content: center;
3219
2974
  width: auto;
3220
2975
  line-height: 1;
3221
2976
  font-size: 14px;
@@ -3227,7 +2982,6 @@ th.sub-heading {
3227
2982
  padding: 8px 12px;
3228
2983
  background: #fff;
3229
2984
  border-radius: 3px;
3230
- -webkit-transition: color 0.25s, background 0.25s, box-shadow 0.25s;
3231
2985
  transition: color 0.25s, background 0.25s, box-shadow 0.25s; }
3232
2986
  .button.large, .large.dialog-continue {
3233
2987
  padding: 12px 15px; }
@@ -3297,12 +3051,8 @@ th.sub-heading {
3297
3051
  height: 26px; }
3298
3052
 
3299
3053
  .button-group {
3300
- display: -webkit-box;
3301
- display: -ms-flexbox;
3302
3054
  display: flex;
3303
- -webkit-box-align: start;
3304
- -ms-flex-align: start;
3305
- align-items: flex-start; }
3055
+ align-items: flex-start; }
3306
3056
  .button-group .button + .button, .button-group .dialog-continue + .button, .button-group .button + .dialog-continue, .button-group .dialog-continue + .dialog-continue {
3307
3057
  margin: 0; }
3308
3058
  .button-group .button:not(:first-child):not(:last-child), .button-group .dialog-continue:not(:first-child):not(:last-child) {
@@ -3316,9 +3066,7 @@ th.sub-heading {
3316
3066
  margin-left: 8px; }
3317
3067
 
3318
3068
  .button-wrapper + a {
3319
- -ms-flex-item-align: center;
3320
- -ms-grid-row-align: center;
3321
- align-self: center; }
3069
+ align-self: center; }
3322
3070
 
3323
3071
  .link-button {
3324
3072
  color: #152934;
@@ -3338,19 +3086,13 @@ th.sub-heading {
3338
3086
  * Common
3339
3087
  * ------------------------------------- */
3340
3088
  .badge {
3341
- display: -webkit-inline-box;
3342
- display: -ms-inline-flexbox;
3343
3089
  display: inline-flex;
3344
- -webkit-box-align: center;
3345
- -ms-flex-align: center;
3346
- align-items: center;
3090
+ align-items: center;
3347
3091
  border-radius: 50%;
3348
3092
  width: 26px;
3349
3093
  height: 26px;
3350
3094
  text-align: center;
3351
- -webkit-box-pack: center;
3352
- -ms-flex-pack: center;
3353
- justify-content: center;
3095
+ justify-content: center;
3354
3096
  color: #fff;
3355
3097
  background: #2ac84f;
3356
3098
  font-weight: 700;
@@ -3368,16 +3110,10 @@ th.sub-heading {
3368
3110
 
3369
3111
  .card {
3370
3112
  background: #fff;
3371
- display: -webkit-box;
3372
- display: -ms-flexbox;
3373
3113
  display: flex;
3374
- -webkit-box-orient: vertical;
3375
- -webkit-box-direction: normal;
3376
- -ms-flex-direction: column;
3377
- flex-direction: column;
3114
+ flex-direction: column;
3378
3115
  position: relative;
3379
3116
  padding: 20px;
3380
- -webkit-transition: opacity .2s, -webkit-transform .2s;
3381
3117
  transition: opacity .2s, -webkit-transform .2s;
3382
3118
  transition: opacity .2s, transform .2s;
3383
3119
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
@@ -3388,21 +3124,12 @@ th.sub-heading {
3388
3124
  .card > *:first-child, .card > *:first-child > *:first-child, .card > *:first-child > *:first-child > *:first-child {
3389
3125
  margin-top: 0; }
3390
3126
  .card-actions {
3391
- display: -webkit-box;
3392
- display: -ms-flexbox;
3393
3127
  display: flex;
3394
- -webkit-box-align: baseline;
3395
- -ms-flex-align: baseline;
3396
- align-items: baseline;
3397
- -webkit-box-orient: horizontal;
3398
- -webkit-box-direction: reverse;
3399
- -ms-flex-direction: row-reverse;
3400
- flex-direction: row-reverse;
3128
+ align-items: baseline;
3129
+ flex-direction: row-reverse;
3401
3130
  margin-left: auto; }
3402
3131
  .card-actions.centered {
3403
- -webkit-box-pack: center;
3404
- -ms-flex-pack: center;
3405
- justify-content: center; }
3132
+ justify-content: center; }
3406
3133
  .card-actions a, .card-actions .button-wrapper {
3407
3134
  margin-left: 8px; }
3408
3135
  .card-actions a:last-child, .card-actions .button-wrapper:last-child {
@@ -3410,10 +3137,7 @@ th.sub-heading {
3410
3137
  .card[class*='columns'] {
3411
3138
  position: relative;
3412
3139
  z-index: 1;
3413
- -webkit-box-orient: horizontal;
3414
- -webkit-box-direction: normal;
3415
- -ms-flex-direction: row;
3416
- flex-direction: row; }
3140
+ flex-direction: row; }
3417
3141
  .card[class*='columns']:before {
3418
3142
  content: '';
3419
3143
  border-radius: 3px;
@@ -3426,15 +3150,11 @@ th.sub-heading {
3426
3150
  bottom: 0; }
3427
3151
  .card-heading {
3428
3152
  font-size: 16px;
3429
- -webkit-box-align: top;
3430
- -ms-flex-align: top;
3431
- align-items: top;
3153
+ align-items: top;
3432
3154
  margin-bottom: 0; }
3433
3155
  .card-content:first-child *:first-child {
3434
3156
  margin-top: 0; }
3435
3157
  .card-header, .card-footer {
3436
- display: -webkit-box;
3437
- display: -ms-flexbox;
3438
3158
  display: flex;
3439
3159
  margin-bottom: 0; }
3440
3160
  .card-header .card-actions, .card-footer .card-actions {
@@ -3457,16 +3177,10 @@ th.sub-heading {
3457
3177
  height: 1px;
3458
3178
  background: rgba(15, 33, 46, 0.1);
3459
3179
  margin: 0 -20px;
3460
- display: -webkit-box;
3461
- display: -ms-flexbox;
3462
3180
  display: flex; }
3463
3181
  .card-footer {
3464
- display: -webkit-box;
3465
- display: -ms-flexbox;
3466
3182
  display: flex;
3467
- -webkit-box-align: baseline;
3468
- -ms-flex-align: baseline;
3469
- align-items: baseline;
3183
+ align-items: baseline;
3470
3184
  font-size: 12px;
3471
3185
  padding: 20px;
3472
3186
  background: #f7fafb;
@@ -3485,7 +3199,6 @@ table.card {
3485
3199
 
3486
3200
  .has-tooltip:before, .has-tooltip:after {
3487
3201
  opacity: 0;
3488
- -webkit-transition: none;
3489
3202
  transition: none; }
3490
3203
  .has-tooltip:before {
3491
3204
  content: ""; }
@@ -3546,7 +3259,6 @@ table.card {
3546
3259
  margin-top: 20px;
3547
3260
  margin-bottom: 20px;
3548
3261
  color: currentColor;
3549
- background: -webkit-linear-gradient(white, #fafafa);
3550
3262
  background: linear-gradient(white, #fafafa);
3551
3263
  border: 1px solid #dfe3e6; }
3552
3264
  .notice .notice-header {
@@ -3560,7 +3272,6 @@ table.card {
3560
3272
  top: 0;
3561
3273
  right: 0;
3562
3274
  opacity: .5;
3563
- -webkit-transition-property: opacity;
3564
3275
  transition-property: opacity; }
3565
3276
  .notice .dismiss-notice:hover {
3566
3277
  opacity: 1;
@@ -3572,12 +3283,10 @@ table.card {
3572
3283
  text-decoration-color: currentColor; }
3573
3284
  .notice.warning {
3574
3285
  color: #80602A;
3575
- background: -webkit-linear-gradient(#fff5b7, #fff3a3);
3576
3286
  background: linear-gradient(#fff5b7, #fff3a3);
3577
3287
  border: 1px solid #E2C66D; }
3578
3288
  .notice.error {
3579
3289
  color: #FFF;
3580
- background: -webkit-linear-gradient(#f48481, #f2726f);
3581
3290
  background: linear-gradient(#f48481, #f2726f);
3582
3291
  border: 1px solid #AB5857;
3583
3292
  text-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px; }
@@ -3615,12 +3324,8 @@ table.card {
3615
3324
  box-shadow: 0 3px 10px rgba(15, 33, 46, 0.3);
3616
3325
  border-bottom-left-radius: 5px;
3617
3326
  border-bottom-right-radius: 5px;
3618
- display: -webkit-box;
3619
- display: -ms-flexbox;
3620
3327
  display: flex;
3621
- -webkit-box-align: middle;
3622
- -ms-flex-align: middle;
3623
- align-items: middle; }
3328
+ align-items: middle; }
3624
3329
  .notification-type-icon {
3625
3330
  -webkit-filter: brightness(1);
3626
3331
  filter: brightness(1);
@@ -3635,16 +3340,13 @@ table.card {
3635
3340
  width: 28px;
3636
3341
  height: 28px; }
3637
3342
  .notification-message {
3638
- -webkit-box-flex: 1;
3639
- -ms-flex-positive: 1;
3640
- flex-grow: 1;
3343
+ flex-grow: 1;
3641
3344
  padding: 8px 15px; }
3642
3345
  .notification-message a {
3643
3346
  color: inherit;
3644
3347
  -webkit-text-decoration-color: inherit;
3645
3348
  text-decoration-color: inherit;
3646
3349
  opacity: .7;
3647
- -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1);
3648
3350
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
3649
3351
  .notification-message a:hover, .notification-message a:focus {
3650
3352
  color: inherit;
@@ -3652,8 +3354,7 @@ table.card {
3652
3354
  text-decoration-color: inherit;
3653
3355
  opacity: 1; }
3654
3356
  .notification-close {
3655
- -ms-flex-negative: 1;
3656
- flex-shrink: 1;
3357
+ flex-shrink: 1;
3657
3358
  text-align: center;
3658
3359
  text-decoration: none;
3659
3360
  padding: 0 12px;
@@ -3662,13 +3363,11 @@ table.card {
3662
3363
  opacity: .8;
3663
3364
  background: none;
3664
3365
  border: none;
3665
- -webkit-transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
3666
3366
  transition: opacity cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
3667
3367
  -webkit-animation: half-spin .5s ease-out;
3668
3368
  animation: half-spin .5s ease-out; }
3669
3369
  .notification-close .close-icon {
3670
3370
  display: block;
3671
- -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
3672
3371
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
3673
3372
  cursor: pointer;
3674
3373
  fill: #fff;
@@ -3681,8 +3380,7 @@ table.card {
3681
3380
  -webkit-animation: slide-up .2s .3s ease-out;
3682
3381
  animation: slide-up .2s .3s ease-out; }
3683
3382
  .notification.dismiss .close-icon {
3684
- -webkit-animation: half-spin .5s ease-in reverse;
3685
- animation: half-spin .5s ease-in reverse; }
3383
+ animation: half-spin .5s ease-in reverse; }
3686
3384
  .notification.message .notification-content {
3687
3385
  background: #5a6872; }
3688
3386
  .notification.message .notification-type-icon {
@@ -3701,26 +3399,19 @@ table.card {
3701
3399
  background: #3f7400; }
3702
3400
 
3703
3401
  .toggle-nav {
3704
- display: -webkit-box;
3705
- display: -ms-flexbox;
3706
3402
  display: flex;
3707
- -webkit-box-pack: center;
3708
- -ms-flex-pack: center;
3709
- justify-content: center;
3403
+ justify-content: center;
3710
3404
  position: relative;
3711
3405
  z-index: 1;
3712
3406
  margin-top: 10px;
3713
3407
  margin-bottom: -35px; }
3714
3408
  .toggle-nav-label {
3715
3409
  box-shadow: 0 0 0 1px rgba(15, 33, 46, 0.2) inset, 0 0 0 transparent;
3716
- -webkit-box-flex: 0;
3717
- -ms-flex-positive: 0;
3718
- flex-grow: 0;
3410
+ flex-grow: 0;
3719
3411
  padding: 4px 10px 0px;
3720
3412
  background: #fff;
3721
3413
  position: relative;
3722
3414
  cursor: pointer;
3723
- -webkit-transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
3724
3415
  transition: background-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s; }
3725
3416
  .toggle-nav-label:hover, .toggle-nav-label:focus {
3726
3417
  color: #5596e6;
@@ -3767,7 +3458,6 @@ table.card {
3767
3458
  padding-right: 55px; }
3768
3459
 
3769
3460
  .shell-text .copy-button, .shell-text .copy-button:hover, .shell-text .copy-button:active, .shell-text .copy-button:focus {
3770
- background: -webkit-linear-gradient(30deg, rgba(245, 247, 250, 0), #f5f7fa 30%);
3771
3461
  background: linear-gradient(60deg, rgba(245, 247, 250, 0), #f5f7fa 30%); }
3772
3462
 
3773
3463
  .copy-button.copied svg {
@@ -3803,8 +3493,6 @@ table.card {
3803
3493
  padding: 10px 0; }
3804
3494
 
3805
3495
  .progress-bar {
3806
- display: -webkit-box;
3807
- display: -ms-flexbox;
3808
3496
  display: flex;
3809
3497
  width: 100%; }
3810
3498
  .progress-bar-outline {
@@ -3814,7 +3502,6 @@ table.card {
3814
3502
  max-width: 450px;
3815
3503
  padding: 2px;
3816
3504
  position: relative;
3817
- -webkit-transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3818
3505
  transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1);
3819
3506
  width: 100%;
3820
3507
  top: 1px; }
@@ -3829,7 +3516,6 @@ table.card {
3829
3516
  -webkit-animation: expand-width 0.75s cubic-bezier(0.4, 0, 0.2, 1);
3830
3517
  animation: expand-width 0.75s cubic-bezier(0.4, 0, 0.2, 1);
3831
3518
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.2) inset;
3832
- -webkit-transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
3833
3519
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
3834
3520
  .progress-bar-fill:before {
3835
3521
  background-size: 50px 50px;
@@ -3841,7 +3527,6 @@ table.card {
3841
3527
  left: 0;
3842
3528
  bottom: 0;
3843
3529
  right: 0;
3844
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
3845
3530
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }
3846
3531
 
3847
3532
  .progress-bar-wrapper.with-description .progress-bar {
@@ -3849,8 +3534,6 @@ table.card {
3849
3534
  width: 100%; }
3850
3535
  .progress-bar-wrapper.with-description .progress-bar-description {
3851
3536
  color: #8c9ba5;
3852
- display: -webkit-box;
3853
- display: -ms-flexbox;
3854
3537
  display: flex;
3855
3538
  font-size: 11px;
3856
3539
  max-width: 450px;
@@ -3859,9 +3542,7 @@ table.card {
3859
3542
  .progress-bar-wrapper.with-description .progress-bar-description.full-width {
3860
3543
  max-width: 100%; }
3861
3544
  .progress-bar-wrapper.with-description .progress-bar-description-status, .progress-bar-wrapper.with-description .progress-bar-description-detail {
3862
- -webkit-box-flex: 1;
3863
- -ms-flex: 1 auto;
3864
- flex: 1 auto; }
3545
+ flex: 1 auto; }
3865
3546
  .progress-bar-wrapper.with-description .progress-bar-description-detail {
3866
3547
  max-width: 70%;
3867
3548
  padding-right: 10px; }
@@ -3905,7 +3586,6 @@ table.card {
3905
3586
  background-size: 68px 68px;
3906
3587
  -webkit-animation: move-background 2s linear infinite;
3907
3588
  animation: move-background 2s linear infinite;
3908
- background-image: -webkit-repeating-linear-gradient(135deg, #dfe3e6, #dfe3e6 1px, transparent 1px, transparent 6px);
3909
3589
  background-image: repeating-linear-gradient(-45deg, #dfe3e6, #dfe3e6 1px, transparent 1px, transparent 6px);
3910
3590
  box-shadow: 0 0 0 1px #d6dde7 inset, 0 0 0 transparent; }
3911
3591
  .progress-bar[data-status="waiting"] .progress-bar-fill {
@@ -3924,9 +3604,7 @@ table.card {
3924
3604
  position: relative;
3925
3605
  top: .17em;
3926
3606
  fill: currentColor;
3927
- -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
3928
3607
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
3929
- -webkit-transition-property: opacity;
3930
3608
  transition-property: opacity; }
3931
3609
  .time-wrapper .time-toggle:hover svg {
3932
3610
  opacity: 1; }
@@ -3934,8 +3612,6 @@ table.card {
3934
3612
  .inline-icon {
3935
3613
  position: relative;
3936
3614
  height: 1em;
3937
- display: -webkit-inline-box;
3938
- display: -ms-inline-flexbox;
3939
3615
  display: inline-flex; }
3940
3616
  .inline-icon svg {
3941
3617
  position: relative;
@@ -3988,12 +3664,8 @@ table.card {
3988
3664
  animation: dialog-close 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
3989
3665
  .dialog-response {
3990
3666
  margin: auto -20px -20px -20px;
3991
- display: -webkit-box;
3992
- display: -ms-flexbox;
3993
3667
  display: flex;
3994
- -webkit-box-align: baseline;
3995
- -ms-flex-align: baseline;
3996
- align-items: baseline;
3668
+ align-items: baseline;
3997
3669
  font-size: 12px;
3998
3670
  padding: 20px;
3999
3671
  background: #f7fafb;
@@ -4001,16 +3673,9 @@ table.card {
4001
3673
  box-shadow: 0 1px rgba(15, 33, 46, 0.1) inset;
4002
3674
  background-clip: padding-box; }
4003
3675
  .dialog-actions {
4004
- display: -webkit-box;
4005
- display: -ms-flexbox;
4006
3676
  display: flex;
4007
- -webkit-box-align: baseline;
4008
- -ms-flex-align: baseline;
4009
- align-items: baseline;
4010
- -webkit-box-orient: horizontal;
4011
- -webkit-box-direction: reverse;
4012
- -ms-flex-direction: row-reverse;
4013
- flex-direction: row-reverse;
3677
+ align-items: baseline;
3678
+ flex-direction: row-reverse;
4014
3679
  margin-left: auto; }
4015
3680
  .dialog-actions button ~ button {
4016
3681
  margin-right: 10px; }
@@ -4021,8 +3686,6 @@ table.card {
4021
3686
  * Topology grid
4022
3687
  * -------------------------------------------------------------------------- */
4023
3688
  .slider.with-topology {
4024
- display: -webkit-box;
4025
- display: -ms-flexbox;
4026
3689
  display: flex;
4027
3690
  margin: -20px -20px 40px; }
4028
3691
  .slider.with-topology .slider-label {
@@ -4039,124 +3702,81 @@ table.card {
4039
3702
  border-radius: 3px;
4040
3703
  box-shadow: 0 0 0 1px rgba(0, 148, 253, 0.3);
4041
3704
  color: #0094fd;
4042
- display: -webkit-box;
4043
- display: -ms-flexbox;
4044
3705
  display: flex;
4045
- -webkit-box-orient: vertical;
4046
- -webkit-box-direction: normal;
4047
- -ms-flex-direction: column;
4048
- flex-direction: column;
3706
+ flex-direction: column;
4049
3707
  font-size: 0.75em;
4050
3708
  padding: 20px;
4051
3709
  margin: 0 20px;
4052
3710
  min-height: 210px;
4053
3711
  text-align: center;
4054
3712
  width: 45%;
4055
- -webkit-transition: background 0.25s, box-shadow 0.25s, color 0.25s;
4056
3713
  transition: background 0.25s, box-shadow 0.25s, color 0.25s; }
4057
3714
  .topology-grid-wrapper .topology-grid {
4058
- display: -webkit-box;
4059
- display: -ms-flexbox;
4060
3715
  display: flex;
4061
- -ms-flex-wrap: wrap;
4062
- flex-wrap: wrap;
3716
+ flex-wrap: wrap;
4063
3717
  width: 100%;
4064
3718
  height: 100%;
4065
3719
  margin-bottom: 10px; }
4066
3720
  .topology-grid-wrapper .component {
4067
3721
  background: rgba(0, 148, 253, 0.6);
4068
3722
  border-radius: 3px;
4069
- display: -webkit-box;
4070
- display: -ms-flexbox;
4071
3723
  display: flex;
4072
- -webkit-box-flex: 0;
4073
- -ms-flex: 0;
4074
- flex: 0;
3724
+ flex: 0;
4075
3725
  margin: 3px;
4076
3726
  width: 100%;
4077
- -ms-flex-preferred-size: 100%;
4078
- flex-basis: 100%;
4079
- -webkit-transition: background 0.25s;
3727
+ flex-basis: 100%;
4080
3728
  transition: background 0.25s; }
4081
3729
  .topology-grid-wrapper .component:before {
4082
3730
  content: '';
4083
- display: -webkit-box;
4084
- display: -ms-flexbox;
4085
3731
  display: flex;
4086
3732
  font-size: 1.2em;
4087
3733
  font-weight: bold;
4088
- -webkit-box-pack: center;
4089
- -ms-flex-pack: center;
4090
- justify-content: center;
4091
- -webkit-box-align: center;
4092
- -ms-flex-align: center;
4093
- align-items: center;
4094
- -ms-flex-line-pack: center;
4095
- align-content: center;
3734
+ justify-content: center;
3735
+ align-items: center;
3736
+ align-content: center;
4096
3737
  width: 100%;
4097
3738
  opacity: 0;
4098
- -webkit-transition: opacity 0.25s;
4099
3739
  transition: opacity 0.25s; }
4100
3740
  .topology-grid-wrapper .component:nth-last-child(n+2), .topology-grid-wrapper .component:nth-last-child(n+2) ~ * {
4101
3741
  width: calc(50% - 6px);
4102
- -ms-flex-wrap: wrap;
4103
- flex-wrap: wrap;
4104
- -ms-flex-preferred-size: calc(50% - 6px);
4105
- flex-basis: calc(50% - 6px); }
3742
+ flex-wrap: wrap;
3743
+ flex-basis: calc(50% - 6px); }
4106
3744
  .topology-grid-wrapper .component:nth-last-child(n+3), .topology-grid-wrapper .component:nth-last-child(n+3) ~ * {
4107
3745
  width: calc(33.333% - 6px);
4108
- -ms-flex-wrap: wrap;
4109
- flex-wrap: wrap;
4110
- -ms-flex-preferred-size: calc(33.333% - 6px);
4111
- flex-basis: calc(33.333% - 6px); }
3746
+ flex-wrap: wrap;
3747
+ flex-basis: calc(33.333% - 6px); }
4112
3748
  .topology-grid-wrapper .component:nth-last-child(n+4), .topology-grid-wrapper .component:nth-last-child(n+4) ~ * {
4113
3749
  width: calc(25% - 6px);
4114
- -ms-flex-wrap: wrap;
4115
- flex-wrap: wrap;
4116
- -ms-flex-preferred-size: calc(25% - 6px);
4117
- flex-basis: calc(25% - 6px); }
3750
+ flex-wrap: wrap;
3751
+ flex-basis: calc(25% - 6px); }
4118
3752
  .topology-grid-wrapper .component:nth-last-child(n+5), .topology-grid-wrapper .component:nth-last-child(n+5) ~ * {
4119
3753
  width: calc(20% - 6px);
4120
- -ms-flex-wrap: wrap;
4121
- flex-wrap: wrap;
4122
- -ms-flex-preferred-size: calc(20% - 6px);
4123
- flex-basis: calc(20% - 6px); }
3754
+ flex-wrap: wrap;
3755
+ flex-basis: calc(20% - 6px); }
4124
3756
  .topology-grid-wrapper .component:nth-last-child(n+6), .topology-grid-wrapper .component:nth-last-child(n+6) ~ * {
4125
3757
  width: calc(33.333% - 6px);
4126
- -ms-flex-wrap: wrap;
4127
- flex-wrap: wrap;
4128
- -ms-flex-preferred-size: calc(33.333% - 6px);
4129
- flex-basis: calc(33.333% - 6px); }
3758
+ flex-wrap: wrap;
3759
+ flex-basis: calc(33.333% - 6px); }
4130
3760
  .topology-grid-wrapper .component:nth-last-child(n+7), .topology-grid-wrapper .component:nth-last-child(n+7) ~ * {
4131
3761
  width: calc(25% - 6px);
4132
- -ms-flex-wrap: wrap;
4133
- flex-wrap: wrap;
4134
- -ms-flex-preferred-size: calc(25% - 6px);
4135
- flex-basis: calc(25% - 6px); }
3762
+ flex-wrap: wrap;
3763
+ flex-basis: calc(25% - 6px); }
4136
3764
  .topology-grid-wrapper .component:nth-last-child(n+8), .topology-grid-wrapper .component:nth-last-child(n+8) ~ * {
4137
3765
  width: calc(25% - 6px);
4138
- -ms-flex-wrap: wrap;
4139
- flex-wrap: wrap;
4140
- -ms-flex-preferred-size: calc(25% - 6px);
4141
- flex-basis: calc(25% - 6px); }
3766
+ flex-wrap: wrap;
3767
+ flex-basis: calc(25% - 6px); }
4142
3768
  .topology-grid-wrapper .component:nth-last-child(n+9), .topology-grid-wrapper .component:nth-last-child(n+9) ~ * {
4143
3769
  width: calc(33.333% - 6px);
4144
- -ms-flex-wrap: wrap;
4145
- flex-wrap: wrap;
4146
- -ms-flex-preferred-size: calc(33.333% - 6px);
4147
- flex-basis: calc(33.333% - 6px); }
3770
+ flex-wrap: wrap;
3771
+ flex-basis: calc(33.333% - 6px); }
4148
3772
  .topology-grid-wrapper .component:nth-last-child(n+10), .topology-grid-wrapper .component:nth-last-child(n+10) ~ * {
4149
3773
  width: calc(20% - 6px);
4150
- -ms-flex-wrap: wrap;
4151
- flex-wrap: wrap;
4152
- -ms-flex-preferred-size: calc(20% - 6px);
4153
- flex-basis: calc(20% - 6px); }
3774
+ flex-wrap: wrap;
3775
+ flex-basis: calc(20% - 6px); }
4154
3776
  .topology-grid-wrapper .component:nth-last-child(n+11), .topology-grid-wrapper .component:nth-last-child(n+11) ~ * {
4155
3777
  width: calc(16.666% - 6px);
4156
- -ms-flex-wrap: wrap;
4157
- flex-wrap: wrap;
4158
- -ms-flex-preferred-size: calc(16.666% - 6px);
4159
- flex-basis: calc(16.666% - 6px); }
3778
+ flex-wrap: wrap;
3779
+ flex-basis: calc(16.666% - 6px); }
4160
3780
  .topology-grid-wrapper[data-slider-state="increased"], .topology-grid-wrapper[data-slider-state="decreased"] {
4161
3781
  background: rgba(246, 149, 35, 0.1);
4162
3782
  box-shadow: 0 0 0 1px rgba(246, 149, 35, 0.4);