File tree Expand file tree Collapse file tree 3 files changed +1
-114
lines changed Expand file tree Collapse file tree 3 files changed +1
-114
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1848,97 +1848,4 @@ footer {
1848
1848
width : 100% ;
1849
1849
height : 48px ;
1850
1850
z-index : 100 ;
1851
- }
1852
-
1853
- .top-banner {
1854
- background : linear-gradient (90deg , #ff 4f 40 0% , #ff 44 dd 99.99% );
1855
- border-radius : 8px ;
1856
- max-width : 1216px ;
1857
- padding : 8px 16px ;
1858
- border-bottom : 1px solid rgba (255 , 255 , 255 , 0.1 );
1859
- visibility : visible ;
1860
- opacity : 1 ;
1861
- box-sizing : border-box ;
1862
- margin : 0 auto ;
1863
- position : fixed ;
1864
- top : 12px ;
1865
- z-index : 1000 ;
1866
- width : 100% ;
1867
- left : 0 ;
1868
- right : 0 ;
1869
- overflow : hidden ;
1870
-
1871
- & .closed {
1872
- visibility : hidden ;
1873
- height : 0 ;
1874
- opacity : 0 ;
1875
- padding : 0 ;
1876
- transition : all 0.2s linear ;
1877
- }
1878
-
1879
- .top-banner-container {
1880
- margin : 0 auto ;
1881
- display : grid ;
1882
- grid-template-columns : 1 fr 30px ;
1883
- max-width : 1200px ;
1884
- align-items : center ;
1885
-
1886
- div {
1887
- + breakpoint ('tablet' ) {
1888
- display : flex ;
1889
- align-items : center ;
1890
- }
1891
- }
1892
- }
1893
-
1894
- p {
1895
- font-size : 14px ;
1896
- color : #f f f ;
1897
- margin : 0 2rem 0 0 ;
1898
- display : inline ;
1899
- }
1900
-
1901
- a {
1902
- font-weight : 600 ;
1903
- font-size : 14px ;
1904
- color : #f f f ;
1905
- text-decoration : none ;
1906
- display : block ;
1907
-
1908
- span {
1909
- margin-left : 8px ;
1910
- }
1911
-
1912
- & :hover {
1913
- text-decoration : underline ;
1914
- }
1915
-
1916
- + breakpoint ('tablet' ) {
1917
- display : inline ;
1918
- }
1919
- }
1920
-
1921
- button {
1922
- font-weight : 600 ;
1923
- font-size : 20px ;
1924
- color : #f f f ;
1925
- text-decoration : none ;
1926
- background : none ;
1927
- border : none ;
1928
- justify-self : flex-end ;
1929
- display : block ;
1930
- cursor : pointer ;
1931
- text-align : right ;
1932
- transform : rotate (45deg );
1933
- }
1934
- }
1935
-
1936
- .top-banner-spacer {
1937
- background : black ;
1938
- height : 50px ;
1939
-
1940
- & .hide {
1941
- height : 0 ;
1942
- transition : all 0.2s linear ;
1943
- }
1944
1851
}
Original file line number Diff line number Diff line change 1
- .top-banner-bg
2
- .top-banner
3
- .top-banner-container
4
- div
5
- p Learn what's new with Auth0 at Devday23 on May 16
6
- a( href ="https://developerday.com/register" target ="_blank" ) Register now
7
- span( aria-hiden ="true" ) →
8
- button.close-top-banner +
9
-
10
- .top-banner-spacer
11
-
12
- nav.navbar.closed.top-banner-open
1
+ nav.navbar.closed
13
2
.container
14
3
.top-mobile
15
4
.menu-trigger
You can’t perform that action at this time.
0 commit comments