8 changed files with 247 additions and 160 deletions
@ -0,0 +1,160 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&family=Spectral:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap'); |
||||
|
||||
$header-font: 'Karla', sans-serif; |
||||
$body-font: 'Spectral', serif; |
||||
|
||||
.page.signup .header { |
||||
height: auto; |
||||
padding: 1.5rem 2.5rem; |
||||
} |
||||
|
||||
.signup { |
||||
line-height: 1.4; |
||||
|
||||
a { |
||||
text-decoration: underline; |
||||
} |
||||
|
||||
&--tagline { |
||||
padding: .75rem 2.5rem; |
||||
font-size: 3rem; |
||||
background: $dark-blue; |
||||
color: $white; |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
&--wrapper { |
||||
display: flex; |
||||
min-height: calc(100% - 175px); |
||||
flex-direction: row; |
||||
gap: 3rem; |
||||
font-family: $header-font; |
||||
|
||||
@media #{$breakpoint-not-large} { |
||||
flex-direction: column; |
||||
} |
||||
} |
||||
|
||||
&--section { |
||||
flex: 1; |
||||
width: 50%; |
||||
padding: 2.5rem; |
||||
} |
||||
|
||||
&--section:first-child { |
||||
background: $light-grey-blue; |
||||
} |
||||
|
||||
&--header-title { |
||||
text-transform: none; |
||||
text-align: left; |
||||
font-size: $big-font-size; |
||||
font-weight: 400; |
||||
|
||||
&::before { |
||||
content: ""; |
||||
margin-bottom: 0; |
||||
background: none; |
||||
} |
||||
} |
||||
|
||||
&--social-buttons { |
||||
} |
||||
|
||||
&--social-button { |
||||
display: flex; |
||||
align-items: center; |
||||
padding: 5px 15px; |
||||
width: 250px; |
||||
background: $grey-blue; |
||||
border: none; |
||||
border-radius: 5px; |
||||
margin-bottom: 20px; |
||||
filter: drop-shadow(0 2px 1px #aaa); |
||||
color: $dark-blue; |
||||
font-size: 1.3rem; |
||||
font-weight: 700; |
||||
text-decoration: none; |
||||
text-align: left; |
||||
text-transform: none; |
||||
|
||||
svg { |
||||
fill: $dark-blue; |
||||
margin-right: 15px; |
||||
width: 30px; |
||||
} |
||||
} |
||||
&--social-button:hover { |
||||
background: $dark-blue; |
||||
color: white; |
||||
|
||||
svg { |
||||
fill: white; |
||||
} |
||||
} |
||||
|
||||
.form { |
||||
width: 100%; |
||||
|
||||
&--input-wrapper { |
||||
position: relative; |
||||
} |
||||
|
||||
input[type="email"], input[type="text"] { |
||||
background: white; |
||||
border: solid 1px $dark-blue; |
||||
padding: 5px; |
||||
min-width: 66%; |
||||
font-weight: 400; |
||||
height: 40px; |
||||
} |
||||
|
||||
label { |
||||
position: absolute; |
||||
top: 8px; |
||||
left: 8px; |
||||
color: #666; |
||||
transition: .3s; |
||||
z-index: 0; |
||||
font-size: $small-font-size; |
||||
} |
||||
|
||||
input:not(:placeholder-shown) + label { |
||||
top: -10px; |
||||
left: 5px; |
||||
z-index: 999; |
||||
padding: 0 5px; |
||||
background: white; |
||||
color: #666; |
||||
} |
||||
|
||||
input:focus + label { |
||||
top: -11px; |
||||
left: 5px; |
||||
z-index: 999; |
||||
padding: 0 5px; |
||||
background: white; |
||||
color: $dark-blue; |
||||
} |
||||
|
||||
::placeholder { |
||||
color: transparent; |
||||
} |
||||
|
||||
input:focus { |
||||
border: 2px solid $dark-blue; |
||||
} |
||||
|
||||
button { |
||||
font-size: $medium-font-size; |
||||
text-transform: none; |
||||
padding: .5rem 1.5rem; |
||||
margin-bottom: .5rem; |
||||
border-radius: .5rem; |
||||
} |
||||
|
||||
&--input-description { |
||||
font-size: $tiny-font-size; |
||||
} |
||||
} |
||||
} |
||||
@ -1,19 +1,19 @@
|
||||
{ |
||||
"/scripts/aldine.js": "/scripts/aldine.js", |
||||
"/scripts/call-to-action.js": "/scripts/call-to-action.js", |
||||
"/scripts/catalog-admin.js": "/scripts/catalog-admin.js", |
||||
"/scripts/customizer.js": "/scripts/customizer.js", |
||||
"/scripts/customizer-toggle.js": "/scripts/customizer-toggle.js", |
||||
"/scripts/page-section.js": "/scripts/page-section.js", |
||||
"/styles/editor.css": "/styles/editor.css", |
||||
"/styles/aldine.css": "/styles/aldine.css", |
||||
"/fonts/pressbooks-theme.woff": "/fonts/pressbooks-theme.woff", |
||||
"/images/banner.jpg": "/images/banner.jpg", |
||||
"/images/catalog-header.jpg": "/images/catalog-header.jpg", |
||||
"/images/header.jpg": "/images/header.jpg", |
||||
"/images/left-arrow.svg": "/images/left-arrow.svg", |
||||
"/images/logo.svg": "/images/logo.svg", |
||||
"/images/pb.svg": "/images/pb.svg", |
||||
"/images/right-arrow.svg": "/images/right-arrow.svg", |
||||
"/images/yt_icon_mono_dark.png": "/images/yt_icon_mono_dark.png" |
||||
"/scripts/aldine.js": "/scripts/aldine.js?id=70343c46d6d5d2b5375d", |
||||
"/scripts/call-to-action.js": "/scripts/call-to-action.js?id=33370b66c7af12320fc0", |
||||
"/scripts/catalog-admin.js": "/scripts/catalog-admin.js?id=e8d84fb090536b8e49e9", |
||||
"/scripts/customizer.js": "/scripts/customizer.js?id=14dca3944228dd789c27", |
||||
"/scripts/customizer-toggle.js": "/scripts/customizer-toggle.js?id=c31594589675d7c5662a", |
||||
"/scripts/page-section.js": "/scripts/page-section.js?id=19d5c30146ea1a763bcf", |
||||
"/styles/aldine.css": "/styles/aldine.css?id=ba8f99a1f75e9f390a94", |
||||
"/styles/editor.css": "/styles/editor.css?id=b7c2449babe566571767", |
||||
"/fonts/pressbooks-theme.woff": "/fonts/pressbooks-theme.woff?id=2a7aae81673f4707bbe7", |
||||
"/images/banner.jpg": "/images/banner.jpg?id=04a813e0b4f94ddfef19", |
||||
"/images/catalog-header.jpg": "/images/catalog-header.jpg?id=223b9f7a23985f2a72df", |
||||
"/images/header.jpg": "/images/header.jpg?id=c6712212b6aa749cf1cf", |
||||
"/images/left-arrow.svg": "/images/left-arrow.svg?id=91d479e2d001857a3ee4", |
||||
"/images/logo.svg": "/images/logo.svg?id=d71cb98d33ef823ffd27", |
||||
"/images/pb.svg": "/images/pb.svg?id=c08fb158c15a470648a7", |
||||
"/images/right-arrow.svg": "/images/right-arrow.svg?id=ee2d7230318ea54ae20b", |
||||
"/images/yt_icon_mono_dark.png": "/images/yt_icon_mono_dark.png?id=ee68b73409979a929440" |
||||
} |
||||
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue