@cloudtower/eagle 0.24.22 → 0.24.23

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.
@@ -998,10 +998,10 @@
998
998
  }
999
999
  .ant-modal.fullscreen.fullscreen-modal-enter, .ant-modal.fullscreen.fullscreen-modal-appear {
1000
1000
  transform: translateY(100vh);
1001
- transition: transform 600ms cubic-bezier(0, 1, 0, 1);
1002
1001
  }
1003
1002
  .ant-modal.fullscreen.fullscreen-modal-enter-active, .ant-modal.fullscreen.fullscreen-modal-appear-active {
1004
1003
  transform: translateY(-50%);
1004
+ transition: transform 600ms cubic-bezier(0, 1, 0, 1);
1005
1005
  }
1006
1006
  .ant-modal.fullscreen.fullscreen-modal-leave {
1007
1007
  transition: none;
@@ -1802,6 +1802,19 @@ body {
1802
1802
  font-size: 18px;
1803
1803
  }
1804
1804
 
1805
+ .iap75of {
1806
+ height: 18px;
1807
+ line-height: 18px;
1808
+ padding: 0 4px;
1809
+ border-radius: 4px;
1810
+ background: rgba(235, 239, 245, 0.6);
1811
+ border: 1px solid rgba(223, 228, 235, 0.6);
1812
+ display: flex;
1813
+ align-items: center;
1814
+ white-space: nowrap;
1815
+ margin-right: 4px;
1816
+ }
1817
+
1805
1818
  .i1mrf09m {
1806
1819
  display: inline-flex;
1807
1820
  align-items: center;
@@ -1820,19 +1833,6 @@ body {
1820
1833
  animation: rotate 680ms linear infinite;
1821
1834
  }
1822
1835
 
1823
- .iap75of {
1824
- height: 18px;
1825
- line-height: 18px;
1826
- padding: 0 4px;
1827
- border-radius: 4px;
1828
- background: rgba(235, 239, 245, 0.6);
1829
- border: 1px solid rgba(223, 228, 235, 0.6);
1830
- display: flex;
1831
- align-items: center;
1832
- white-space: nowrap;
1833
- margin-right: 4px;
1834
- }
1835
-
1836
1836
  .obf05yr {
1837
1837
  display: inline-block;
1838
1838
  }
@@ -1842,203 +1842,59 @@ body {
1842
1842
  position: absolute;
1843
1843
  }
1844
1844
 
1845
- .p12gwtiw {
1846
- display: flex;
1847
- justify-content: space-between;
1848
- align-items: center;
1849
- padding: 10px 0;
1850
- color: rgba(44, 56, 82, 0.6);
1851
- font-size: 12px;
1852
- line-height: 24px;
1853
- }
1854
- .p12gwtiw .pagination-left {
1855
- padding: 2px 8px;
1856
- }
1857
- .p12gwtiw .dropdown-trigger {
1858
- display: flex;
1859
- align-items: center;
1860
- border-radius: 6px;
1861
- cursor: pointer;
1862
- transition: all 0.3s ease;
1863
- }
1864
- .p12gwtiw .dropdown-trigger:hover {
1865
- background: rgba(211, 218, 235, 0.6);
1866
- color: #0080ff;
1867
- }
1868
- .p12gwtiw .dropdown-trigger .icon-inner {
1869
- margin-left: 4px;
1870
- }
1871
- .p12gwtiw .pagination-right {
1872
- display: flex;
1873
- align-items: center;
1874
- color: #0080ff;
1875
- font-weight: bold;
1876
- }
1877
- .p12gwtiw .pagination-right .icon-inner {
1878
- margin-left: 4px;
1879
- }
1880
- .p12gwtiw .pagination-right .prev-btn,
1881
- .p12gwtiw .pagination-right .next-btn {
1882
- padding: 0 8px;
1883
- }
1884
- .p12gwtiw .pagination-right .prev-btn > span,
1885
- .p12gwtiw .pagination-right .next-btn > span {
1886
- color: #0080ff;
1887
- }
1888
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1889
- transform: rotate(180deg);
1890
- }
1891
-
1892
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1893
- max-height: calc(100vh - 128px);
1894
- overflow-y: auto;
1895
- }
1896
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1897
- padding: 4px 20px;
1898
- font-size: 12px;
1899
- line-height: 18px;
1900
- }
1901
-
1902
- .rxbeqvl.ant-radio-wrapper {
1903
- display: inline-flex;
1904
- align-items: baseline;
1905
- white-space: pre-wrap;
1906
- }
1907
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1908
- position: relative;
1909
- top: 3px;
1910
- }
1911
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1912
- border-color: rgba(107, 128, 167, 0.6);
1913
- }
1914
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
1915
- border-color: #0080ff;
1916
- }
1917
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
1918
- border-color: #0080ff;
1919
- background: #0080ff;
1920
- }
1921
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
1922
- top: 4px;
1923
- left: 4px;
1924
- width: 6px;
1925
- height: 6px;
1926
- background: #fff;
1927
- }
1928
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
1929
- opacity: 0.5;
1930
- }
1931
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
1932
- border-color: rgba(107, 128, 167, 0.6);
1933
- background: rgba(211, 218, 235, 0.6);
1934
- }
1935
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
1936
- background: #00122e;
1937
- }
1938
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
1939
- color: #00122e;
1940
- opacity: 0.5;
1941
- }
1942
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
1943
- color: #00122e;
1944
- }
1945
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
1946
- display: inline-block;
1947
- padding: 0;
1948
- padding-left: 12px;
1949
- }
1950
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
1951
- margin-bottom: 0;
1952
- white-space: pre-wrap;
1953
- color: rgba(44, 56, 82, 0.6);
1954
- }
1955
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
1956
- padding-left: 8px;
1957
- }
1958
-
1959
- .r5ie79y .ant-radio-button-wrapper:first-child {
1960
- border-radius: 5px 0 0 5px;
1961
- }
1962
- .r5ie79y .ant-radio-button-wrapper:last-child {
1963
- border-radius: 0 5px 5px 0;
1845
+ .s34f1qb.ant-switch {
1846
+ min-width: 40px;
1847
+ height: 24px;
1848
+ background: rgba(172, 186, 211, 0.6);
1849
+ overflow: hidden;
1964
1850
  }
1965
-
1966
- .r1f0aqcc {
1967
- color: #00122e;
1968
- border-color: #ccd4e3;
1851
+ .s34f1qb.ant-switch:focus {
1852
+ box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
1969
1853
  }
1970
- .r1f0aqcc:first-child {
1971
- color: #00122e;
1972
- border-color: #a3b4cc;
1854
+ .s34f1qb.ant-switch-small {
1855
+ min-width: 26px;
1856
+ height: 16px;
1973
1857
  }
1974
- .r1f0aqcc.ant-radio-button-wrapper {
1975
- padding: 0 12px;
1976
- line-height: 32px;
1858
+ .s34f1qb.ant-switch-large {
1859
+ min-width: 52px;
1977
1860
  height: 32px;
1978
1861
  }
1979
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
1980
- white-space: nowrap;
1981
- }
1982
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
1983
- background: #ccd4e3;
1984
- }
1985
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
1986
- background: #0080ff;
1987
- }
1988
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
1989
- background: #ccd4e3;
1990
- opacity: 0.5;
1991
- }
1992
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
1993
- border-right-color: #0080ff;
1994
- }
1995
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
1996
- border-color: #0080ff;
1997
- }
1998
- .r1f0aqcc.ant-radio-button-wrapper-checked {
1999
- background: rgba(0, 136, 255, 0.1);
1862
+ .s34f1qb.ant-switch .ant-switch-handle {
1863
+ height: 20px;
1864
+ width: 20px;
2000
1865
  }
2001
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2002
- background: rgba(211, 218, 235, 0.6);
2003
- border-color: #ccd4e3;
2004
- opacity: 0.5;
1866
+ .s34f1qb.ant-switch .ant-switch-handle::before {
1867
+ border-radius: 10px;
1868
+ transition-delay: 120ms;
2005
1869
  }
2006
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2007
- color: #00122e;
2008
- border-color: #ccd4e3;
1870
+ .s34f1qb.ant-switch-small .ant-switch-handle {
1871
+ height: 14px;
1872
+ width: 14px;
1873
+ top: 1px;
1874
+ left: 1px;
2009
1875
  }
2010
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2011
- color: #00122e;
2012
- border-color: #ccd4e3;
2013
- background: rgba(172, 186, 211, 0.6);
1876
+ .s34f1qb.ant-switch-large .ant-switch-handle {
1877
+ height: 28px;
1878
+ width: 28px;
2014
1879
  }
2015
- .r1f0aqcc .ant-radio-button-input {
2016
- margin-right: 8px;
2017
- display: inline;
2018
- border: none;
2019
- padding: 0;
2020
- width: 36px;
2021
- background: transparent;
1880
+ .s34f1qb.ant-switch-large .ant-switch-handle::before {
1881
+ border-radius: 14px;
2022
1882
  }
2023
- .r1f0aqcc .ant-radio-button-input:focus {
2024
- box-shadow: none;
1883
+ .s34f1qb.ant-switch-checked {
1884
+ background-color: #00ba5d;
2025
1885
  }
2026
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2027
- margin-right: 0;
2028
- width: initial;
2029
- box-shadow: none;
1886
+ .s34f1qb.ant-switch-checked .ant-switch-handle {
1887
+ left: calc(100% - 20px - 2px);
2030
1888
  }
2031
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2032
- display: none;
1889
+ .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
1890
+ left: calc(100% - 14px - 1px);
2033
1891
  }
2034
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2035
- display: inline;
1892
+ .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
1893
+ left: calc(100% - 28px - 2px);
2036
1894
  }
2037
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2038
- display: inline;
2039
- margin-right: 8px;
2040
- padding: 0;
2041
- width: 36px;
1895
+
1896
+ .c1to9vb9 {
1897
+ margin-left: 5px;
2042
1898
  }
2043
1899
 
2044
1900
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
@@ -2789,59 +2645,203 @@ input.rrg1fkn.ant-input {
2789
2645
  border-bottom-left-radius: 0;
2790
2646
  }
2791
2647
 
2792
- .s34f1qb.ant-switch {
2793
- min-width: 40px;
2794
- height: 24px;
2795
- background: rgba(172, 186, 211, 0.6);
2796
- overflow: hidden;
2648
+ .rxbeqvl.ant-radio-wrapper {
2649
+ display: inline-flex;
2650
+ align-items: baseline;
2651
+ white-space: pre-wrap;
2797
2652
  }
2798
- .s34f1qb.ant-switch:focus {
2799
- box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
2653
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2654
+ position: relative;
2655
+ top: 3px;
2800
2656
  }
2801
- .s34f1qb.ant-switch-small {
2802
- min-width: 26px;
2803
- height: 16px;
2657
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2658
+ border-color: rgba(107, 128, 167, 0.6);
2804
2659
  }
2805
- .s34f1qb.ant-switch-large {
2806
- min-width: 52px;
2660
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2661
+ border-color: #0080ff;
2662
+ }
2663
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2664
+ border-color: #0080ff;
2665
+ background: #0080ff;
2666
+ }
2667
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2668
+ top: 4px;
2669
+ left: 4px;
2670
+ width: 6px;
2671
+ height: 6px;
2672
+ background: #fff;
2673
+ }
2674
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2675
+ opacity: 0.5;
2676
+ }
2677
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2678
+ border-color: rgba(107, 128, 167, 0.6);
2679
+ background: rgba(211, 218, 235, 0.6);
2680
+ }
2681
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2682
+ background: #00122e;
2683
+ }
2684
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2685
+ color: #00122e;
2686
+ opacity: 0.5;
2687
+ }
2688
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2689
+ color: #00122e;
2690
+ }
2691
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2692
+ display: inline-block;
2693
+ padding: 0;
2694
+ padding-left: 12px;
2695
+ }
2696
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2697
+ margin-bottom: 0;
2698
+ white-space: pre-wrap;
2699
+ color: rgba(44, 56, 82, 0.6);
2700
+ }
2701
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2702
+ padding-left: 8px;
2703
+ }
2704
+
2705
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2706
+ border-radius: 5px 0 0 5px;
2707
+ }
2708
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2709
+ border-radius: 0 5px 5px 0;
2710
+ }
2711
+
2712
+ .r1f0aqcc {
2713
+ color: #00122e;
2714
+ border-color: #ccd4e3;
2715
+ }
2716
+ .r1f0aqcc:first-child {
2717
+ color: #00122e;
2718
+ border-color: #a3b4cc;
2719
+ }
2720
+ .r1f0aqcc.ant-radio-button-wrapper {
2721
+ padding: 0 12px;
2722
+ line-height: 32px;
2807
2723
  height: 32px;
2808
2724
  }
2809
- .s34f1qb.ant-switch .ant-switch-handle {
2810
- height: 20px;
2811
- width: 20px;
2725
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2726
+ white-space: nowrap;
2812
2727
  }
2813
- .s34f1qb.ant-switch .ant-switch-handle::before {
2814
- border-radius: 10px;
2815
- transition-delay: 120ms;
2728
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2729
+ background: #ccd4e3;
2816
2730
  }
2817
- .s34f1qb.ant-switch-small .ant-switch-handle {
2818
- height: 14px;
2819
- width: 14px;
2820
- top: 1px;
2821
- left: 1px;
2731
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2732
+ background: #0080ff;
2822
2733
  }
2823
- .s34f1qb.ant-switch-large .ant-switch-handle {
2824
- height: 28px;
2825
- width: 28px;
2734
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2735
+ background: #ccd4e3;
2736
+ opacity: 0.5;
2826
2737
  }
2827
- .s34f1qb.ant-switch-large .ant-switch-handle::before {
2828
- border-radius: 14px;
2738
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2739
+ border-right-color: #0080ff;
2829
2740
  }
2830
- .s34f1qb.ant-switch-checked {
2831
- background-color: #00ba5d;
2741
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2742
+ border-color: #0080ff;
2832
2743
  }
2833
- .s34f1qb.ant-switch-checked .ant-switch-handle {
2834
- left: calc(100% - 20px - 2px);
2744
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2745
+ background: rgba(0, 136, 255, 0.1);
2835
2746
  }
2836
- .s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
2837
- left: calc(100% - 14px - 1px);
2747
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2748
+ background: rgba(211, 218, 235, 0.6);
2749
+ border-color: #ccd4e3;
2750
+ opacity: 0.5;
2838
2751
  }
2839
- .s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
2840
- left: calc(100% - 28px - 2px);
2752
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2753
+ color: #00122e;
2754
+ border-color: #ccd4e3;
2755
+ }
2756
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2757
+ color: #00122e;
2758
+ border-color: #ccd4e3;
2759
+ background: rgba(172, 186, 211, 0.6);
2760
+ }
2761
+ .r1f0aqcc .ant-radio-button-input {
2762
+ margin-right: 8px;
2763
+ display: inline;
2764
+ border: none;
2765
+ padding: 0;
2766
+ width: 36px;
2767
+ background: transparent;
2768
+ }
2769
+ .r1f0aqcc .ant-radio-button-input:focus {
2770
+ box-shadow: none;
2771
+ }
2772
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2773
+ margin-right: 0;
2774
+ width: initial;
2775
+ box-shadow: none;
2776
+ }
2777
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2778
+ display: none;
2779
+ }
2780
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2781
+ display: inline;
2782
+ }
2783
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2784
+ display: inline;
2785
+ margin-right: 8px;
2786
+ padding: 0;
2787
+ width: 36px;
2841
2788
  }
2842
2789
 
2843
- .c1to9vb9 {
2844
- margin-left: 5px;
2790
+ .p12gwtiw {
2791
+ display: flex;
2792
+ justify-content: space-between;
2793
+ align-items: center;
2794
+ padding: 10px 0;
2795
+ color: rgba(44, 56, 82, 0.6);
2796
+ font-size: 12px;
2797
+ line-height: 24px;
2798
+ }
2799
+ .p12gwtiw .pagination-left {
2800
+ padding: 2px 8px;
2801
+ }
2802
+ .p12gwtiw .dropdown-trigger {
2803
+ display: flex;
2804
+ align-items: center;
2805
+ border-radius: 6px;
2806
+ cursor: pointer;
2807
+ transition: all 0.3s ease;
2808
+ }
2809
+ .p12gwtiw .dropdown-trigger:hover {
2810
+ background: rgba(211, 218, 235, 0.6);
2811
+ color: #0080ff;
2812
+ }
2813
+ .p12gwtiw .dropdown-trigger .icon-inner {
2814
+ margin-left: 4px;
2815
+ }
2816
+ .p12gwtiw .pagination-right {
2817
+ display: flex;
2818
+ align-items: center;
2819
+ color: #0080ff;
2820
+ font-weight: bold;
2821
+ }
2822
+ .p12gwtiw .pagination-right .icon-inner {
2823
+ margin-left: 4px;
2824
+ }
2825
+ .p12gwtiw .pagination-right .prev-btn,
2826
+ .p12gwtiw .pagination-right .next-btn {
2827
+ padding: 0 8px;
2828
+ }
2829
+ .p12gwtiw .pagination-right .prev-btn > span,
2830
+ .p12gwtiw .pagination-right .next-btn > span {
2831
+ color: #0080ff;
2832
+ }
2833
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2834
+ transform: rotate(180deg);
2835
+ }
2836
+
2837
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2838
+ max-height: calc(100vh - 128px);
2839
+ overflow-y: auto;
2840
+ }
2841
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2842
+ padding: 4px 20px;
2843
+ font-size: 12px;
2844
+ line-height: 18px;
2845
2845
  }
2846
2846
 
2847
2847
  .t1upn1sz {
@@ -3838,6 +3838,16 @@ input.rrg1fkn.ant-input {
3838
3838
  margin-left: 24px;
3839
3839
  }
3840
3840
 
3841
+ .igz4le8 {
3842
+ height: 24px;
3843
+ width: 56px !important;
3844
+ margin-right: 4px;
3845
+ }
3846
+
3847
+ .c1riexje {
3848
+ color: rgba(44, 56, 82, 0.6);
3849
+ }
3850
+
3841
3851
  .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3842
3852
  border-radius: 6px;
3843
3853
  }
@@ -3893,16 +3903,6 @@ input.rrg1fkn.ant-input {
3893
3903
  transform: rotate(180deg);
3894
3904
  }
3895
3905
 
3896
- .igz4le8 {
3897
- height: 24px;
3898
- width: 56px !important;
3899
- margin-right: 4px;
3900
- }
3901
-
3902
- .c1riexje {
3903
- color: rgba(44, 56, 82, 0.6);
3904
- }
3905
-
3906
3906
  .iiqau4c.ant-input-group.ant-input-group-compact {
3907
3907
  display: flex;
3908
3908
  }