Skip to content

Commit dc450f3

Browse files
authored
Devdays banner cleanup (jsonwebtoken#659)
* Trigger Heroku deploy after updating GitHub credentials * Trigger Heroku deploy after updating GitHub credentials * Remove the devdays banner
1 parent a21ee25 commit dc450f3

File tree

3 files changed

+1
-114
lines changed

3 files changed

+1
-114
lines changed

src/website/top-banner.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

stylus/website/index.styl

Lines changed: 0 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,97 +1848,4 @@ footer {
18481848
width: 100%;
18491849
height: 48px;
18501850
z-index: 100;
1851-
}
1852-
1853-
.top-banner {
1854-
background: linear-gradient(90deg, #ff4f40 0%, #ff44dd 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: 1fr 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: #fff;
1897-
margin: 0 2rem 0 0;
1898-
display: inline;
1899-
}
1900-
1901-
a {
1902-
font-weight: 600;
1903-
font-size: 14px;
1904-
color: #fff;
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: #fff;
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-
}
19441851
}

views/website/navigation.pug

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
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
132
.container
143
.top-mobile
154
.menu-trigger

0 commit comments

Comments
 (0)