2
2
3
3
exports [` Header renders correctly 1` ] = `
4
4
Array [
5
- .emotion-87 {
5
+ @keyframes animation-0 {
6
+ to {
7
+ -webkit-transform: rotate (1turn );
8
+ - moz - transform : rotate (1turn );
9
+ - ms - transform : rotate (1turn );
10
+ transform : rotate (1turn );
11
+ }
12
+ }
13
+
14
+ .emotion-86 {
6
15
background - color : var (-- color - neutrals - 100 );
7
16
position : - webkit - sticky ;
8
17
position : sticky ;
@@ -11,20 +20,20 @@ Array [
11
20
z - index : 700 ;
12
21
}
13
22
14
- .dark-mode .emotion-87 {
23
+ .dark-mode .emotion-86 {
15
24
background - color : var (-- color - dark - 100 );
16
25
}
17
26
18
- .emotion-87 ul {
27
+ .emotion-86 ul {
19
28
line - height : 14px ;
20
29
font - size : 16px ;
21
30
}
22
31
23
- .emotion-87 a {
32
+ .emotion-86 a {
24
33
border - bottom : none ;
25
34
}
26
35
27
- .emotion-86 {
36
+ .emotion-85 {
28
37
height : var (-- global - header - height );
29
38
display : - webkit - box ;
30
39
display : - webkit - flex ;
@@ -1763,7 +1772,7 @@ Array [
1763
1772
color : var (-- color - dark - 700 );
1764
1773
}
1765
1774
1766
- .emotion-85 {
1775
+ .emotion-84 {
1767
1776
margin : 0 ;
1768
1777
margin - left : 1rem ;
1769
1778
padding : 0 ;
@@ -1781,18 +1790,18 @@ Array [
1781
1790
flex : 1 ;
1782
1791
}
1783
1792
1784
- .emotion-85 >li {
1793
+ .emotion-84 >li {
1785
1794
- webkit - transition : all 0.2s ease - out ;
1786
1795
transition : all 0.2s ease - out ;
1787
1796
color : var (-- secondary - text - color );
1788
1797
}
1789
1798
1790
- .emotion-85 >li:not(:first-of-type) {
1799
+ .emotion-84 >li:not(:first-of-type) {
1791
1800
margin - left : 0.5rem ;
1792
1801
}
1793
1802
1794
1803
@media screen and (max-width: 760px) {
1795
- .emotion - 85 {
1804
+ .emotion - 84 {
1796
1805
-webkit-flex: unset ;
1797
1806
- ms - flex : unset ;
1798
1807
flex : unset ;
@@ -2025,57 +2034,43 @@ Array [
2025
2034
}
2026
2035
}
2027
2036
2028
- .emotion-84 {
2037
+ .emotion-83 {
2029
2038
display : - webkit - box ;
2030
2039
display : - webkit - flex ;
2031
2040
display : - ms - flexbox ;
2032
2041
display : flex ;
2033
2042
}
2034
2043
2035
2044
.emotion-82 {
2036
- display : - webkit - inline - box ;
2037
- display : - webkit - inline - flex ;
2038
- display : - ms - inline - flexbox ;
2039
- display : inline - flex ;
2040
- - webkit - align - items : center ;
2041
- - webkit - box - align : center ;
2042
- - ms - flex - align : center ;
2043
- align - items : center ;
2044
- - webkit - box - pack : center ;
2045
- - ms - flex - pack : center ;
2046
- - webkit - justify - content : center ;
2047
- justify - content : center ;
2048
- padding : 0.5rem 1rem ;
2049
- font - size : 0.875rem ;
2050
- font - weight : 600 ;
2051
- border - radius : 3px ;
2052
- font - family : var (-- primary - font - family );
2053
- line - height : 1 ;
2054
- cursor : pointer ;
2055
- border : 1px solid transparent ;
2056
- - webkit - transition : all 0.15s ease - out ;
2057
- transition : all 0.15s ease - out ;
2058
- white - space : nowrap ;
2059
- - webkit - text - decoration : none ;
2060
- text - decoration : none ;
2061
- color : var (-- color - white );
2062
- background - color : var (-- color - brand - 600 );
2063
- font - size : 0.625rem ;
2064
- padding : 0.375rem 0.625rem ;
2065
- border - radius : 0.125rem ;
2045
+ -- spinner - size : 1rem ;
2046
+ display : inline - block ;
2047
+ position : relative ;
2048
+ height : 100 % ;
2049
+ width : 100 % ;
2066
2050
}
2067
2051
2068
- .emotion-82:hover {
2069
- color : var (-- color - white );
2070
- background - color : var (-- color - brand - 500 );
2052
+ .emotion-82:after {
2053
+ - webkit - animation : animation - 0 0.5s linear infinite ;
2054
+ animation : animation - 0 0.5s linear infinite ;
2055
+ border - radius : 50 % ;
2056
+ border - right : 1px solid transparent ;
2057
+ border - top : 1px solid ;
2058
+ content : ' ' ;
2059
+ left : calc (50 % + 1px );
2060
+ margin - left : calc (var (-- spinner - size ) / 2 * - 1 );
2061
+ margin - top : calc (var (-- spinner - size ) / 2 * - 1 );
2062
+ position : absolute ;
2063
+ top : calc (50 % + 1px );
2064
+ width : var (-- spinner - size );
2065
+ height : var (-- spinner - size );
2071
2066
}
2072
2067
2073
2068
<div
2074
- className = " emotion-87 "
2069
+ className = " emotion-86 "
2075
2070
data-swiftype-index = { false }
2076
2071
>
2077
2072
<div
2078
- className = " emotion-86 "
2073
+ className = " emotion-85 "
2079
2074
>
2080
2075
<div
2081
2076
className = " emotion-28"
@@ -2355,7 +2350,7 @@ Array [
2355
2350
</ul >
2356
2351
</nav >
2357
2352
<ul
2358
- className = " emotion-85 "
2353
+ className = " emotion-84 "
2359
2354
>
2360
2355
<li
2361
2356
className = " emotion-75"
@@ -2470,21 +2465,13 @@ Array [
2470
2465
</a >
2471
2466
</li >
2472
2467
<li
2473
- className = " emotion-84 "
2468
+ className = " emotion-83 "
2474
2469
>
2475
- <a
2476
- className = " emotion-82 emotion-55"
2477
- href = " https://newrelic.com/signup"
2478
- onClick = { [Function ]}
2479
- rel = " noopener"
2480
- size = " extraSmall"
2481
- target = " _blank"
2482
- variant = " primary"
2483
- >
2484
- <span >
2485
- Free account
2486
- </span >
2487
- </a >
2470
+ <div
2471
+ aria-busy = { true }
2472
+ aria-label = " Loading"
2473
+ className = " emotion-82"
2474
+ />
2488
2475
</li >
2489
2476
</ul >
2490
2477
</div >
0 commit comments