Feat(Content): 'Alpha Access' renamed to 'Founding Partner Program' on Home Page and testimonial removed.
This commit is contained in:
129
static/dist/css/main.bundle.css
vendored
129
static/dist/css/main.bundle.css
vendored
@@ -87,7 +87,7 @@ script, link {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
align-self: center;
|
||||
font-size: min(16px, calc(1vh * 4));
|
||||
font-size: 1rem;
|
||||
}
|
||||
#pageBody > * > * {
|
||||
align-self: center;
|
||||
@@ -100,6 +100,7 @@ script, link {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Add a card effect for articles */
|
||||
.card {
|
||||
background-color: var(--colour-text-background);
|
||||
@@ -209,10 +210,6 @@ input.dirty, textarea.dirty, select.dirty {
|
||||
}
|
||||
|
||||
|
||||
#pageBody > *, button {
|
||||
font-size: min(12px, calc(1vh * 3));
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 400px) {
|
||||
@@ -373,7 +370,7 @@ h5 {
|
||||
}
|
||||
*/
|
||||
#overlayHamburger {
|
||||
top: 10vh;
|
||||
top: 7vh;
|
||||
right: 1vh;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
@@ -479,7 +476,7 @@ th {
|
||||
background-color: transparent;
|
||||
}
|
||||
td {
|
||||
font-size: min(12px, calc(1vh * 3));
|
||||
font-size: min(16px, calc(1vh * 3));
|
||||
}
|
||||
|
||||
th, td {
|
||||
@@ -574,16 +571,16 @@ table div {
|
||||
}
|
||||
.topnav .container .logo {
|
||||
/* min-width: 35vh; */
|
||||
max-width: 35vh;
|
||||
max-width: 35vw;
|
||||
/* min-height: 6vh; */
|
||||
max-height: 6vh;
|
||||
margin: 0.5vh;
|
||||
margin-right: auto;
|
||||
}
|
||||
.topnav .container.company-name {
|
||||
min-width: calc(100vw - 20vh);
|
||||
max-width: calc(100vw - 20vh);
|
||||
margin-right: 10vh;
|
||||
min-width: 30vw;
|
||||
max-width: 30vw;
|
||||
margin-right: 35vw;
|
||||
}
|
||||
.company-name {
|
||||
font-size: 1.6rem;
|
||||
@@ -610,94 +607,7 @@ table div {
|
||||
margin: 0 auto;
|
||||
font-weight: bold;
|
||||
}
|
||||
/*
|
||||
@media screen and (max-width: 450px) {
|
||||
.company-name {
|
||||
font-size: 18px; / * min(24px, calc(1vh * 7)); * /
|
||||
}
|
||||
}
|
||||
*/
|
||||
/*
|
||||
header {
|
||||
background: white;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
/ * position: fixed;
|
||||
top: 0; * /
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
max-width: 58vw;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
text-decoration: none;
|
||||
color: var(--text);
|
||||
font-weight: 500;
|
||||
align-content: center;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.nav-links a.button {
|
||||
color: white;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: min(2000px, 90vw);
|
||||
margin: 0 auto;
|
||||
padding: 0 5vw;
|
||||
}
|
||||
|
||||
/ * Header * /
|
||||
header {
|
||||
background: white;
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
/ * position: fixed;
|
||||
top: 0; * /
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-size: 2rem;
|
||||
font-weight: bold;
|
||||
color: #8932CB;
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
display: flex;
|
||||
gap: 2rem;
|
||||
}
|
||||
|
||||
.nav-links a {
|
||||
text-decoration: none;
|
||||
color: var(--text);
|
||||
font-weight: 500;
|
||||
align-content: center;
|
||||
}
|
||||
.nav-links a.button {
|
||||
color: white;
|
||||
}
|
||||
*/
|
||||
|
||||
/* Page Filters */
|
||||
#formFilters {
|
||||
@@ -707,7 +617,7 @@ header {
|
||||
|
||||
}
|
||||
#formFilters * {
|
||||
font-size: 12px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
#formFilters .container {
|
||||
@@ -830,7 +740,7 @@ table.table-main thead {
|
||||
}
|
||||
|
||||
table.table-main tbody {
|
||||
max-height: 60vh;
|
||||
max-height: 75vh;
|
||||
overflow-y: auto;
|
||||
min-width: fit-content;
|
||||
max-width: fit-content;
|
||||
@@ -868,6 +778,7 @@ table.table-main div {
|
||||
border-radius: 0.5vh;
|
||||
text-align: center;
|
||||
background-color: var(--colour-text-background);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
table.table-main thead tr th,
|
||||
@@ -877,7 +788,7 @@ table.table-main tbody tr td {
|
||||
padding: 0 0.5vh;
|
||||
}
|
||||
table.table-main tbody tr td {
|
||||
height: 5vh;
|
||||
height: 3vh;
|
||||
/* padding-top: 0.5vh; */
|
||||
}
|
||||
table.table-main thead tr th.notes,
|
||||
@@ -901,9 +812,6 @@ table.table-main tbody tr td.ddl-preview select {
|
||||
padding-left: 2vh;
|
||||
padding-right: 2vh;
|
||||
}
|
||||
table.table-main tbody tr td.ddl-preview select {
|
||||
font-size: 12px;
|
||||
}
|
||||
table.table-main thead tr th.active,
|
||||
table.table-main tbody tr td.active {
|
||||
max-width: 6vh;
|
||||
@@ -941,8 +849,19 @@ table.table-main thead tr th.display_order {
|
||||
width: 15vh;
|
||||
/* height: 3vh; */
|
||||
}
|
||||
.topnav .container.company-name {
|
||||
margin: 0 auto;
|
||||
min-width: 40vw;
|
||||
max-width: 64vw;
|
||||
}
|
||||
.company-name {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
table.table-main {
|
||||
max-height: 60vh;
|
||||
max-height: 61vh;
|
||||
}
|
||||
table.table-main thead {
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
table.table-main tbody {
|
||||
max-height: 53vh;
|
||||
|
||||
Reference in New Issue
Block a user