504 lines
8.8 KiB
SCSS
504 lines
8.8 KiB
SCSS
@import "client/common";
|
|
|
|
body.web.individual_jamtrack {
|
|
|
|
$copy-color-on-dark: #b9b9b9;
|
|
$copy-color-on-white: #575757;
|
|
$cta-color: #e03d04;
|
|
$chunkyBorderWidth: 6px;
|
|
|
|
.full-row {
|
|
width: 100%;
|
|
}
|
|
|
|
.row {
|
|
width: 663px;
|
|
}
|
|
|
|
.name-and-artist {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.summary-text {
|
|
|
|
p {
|
|
color: $copy-color-on-dark;
|
|
clear: both;
|
|
font-size: 20px;
|
|
line-height: 175%;
|
|
}
|
|
}
|
|
|
|
.row.awesome {
|
|
h2 {
|
|
color: $copy-color-on-white;
|
|
font-size: 30px;
|
|
margin-bottom: 20px;
|
|
}
|
|
p {
|
|
color: $copy-color-on-white;
|
|
font-size: 18px;
|
|
line-height: 175%;
|
|
}
|
|
padding: 40px 0;
|
|
}
|
|
|
|
.awesome-thing {
|
|
color: $copy-color-on-white;
|
|
margin-bottom: 20px;
|
|
|
|
.awesome-item {
|
|
padding: 24px;
|
|
background-color: #dedede;
|
|
border-radius: 12px;
|
|
@include border_box_sizing;
|
|
width: 663px;
|
|
}
|
|
|
|
.video-wrapper {
|
|
float: right;
|
|
margin-left: 10px;
|
|
margin-bottom:80px;
|
|
|
|
.cta-text {
|
|
margin-left: 10px;
|
|
text-align:center;
|
|
margin-top:20px;
|
|
}
|
|
&.left {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
|
|
.cta-text {
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.video-container {
|
|
width: 420px;
|
|
padding-bottom: 53.33%;
|
|
|
|
}
|
|
.awesome-image {
|
|
float: right;
|
|
margin-left: 10px;
|
|
|
|
&.left {
|
|
float: left;
|
|
margin-left: 0;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
.awesome-number {
|
|
height: 44px;
|
|
width: 44px;
|
|
display: inline-block;
|
|
background-color: $cta-color;
|
|
color: white;
|
|
font-size: 24px;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
padding-top: 8px;
|
|
-webkit-border-radius: 50%;
|
|
-moz-border-radius: 50%;
|
|
border-radius: 50%;
|
|
border-width: 2px;
|
|
border-color: white;
|
|
border-style: solid;
|
|
margin-right: 10px;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 24px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
line-height: 150%;
|
|
}
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.cta-row {
|
|
padding: 40px 0;
|
|
background-color: #262626;
|
|
|
|
h2 {
|
|
font-size: 30px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
p {
|
|
color: $copy-color-on-dark;
|
|
}
|
|
}
|
|
|
|
.white-bar {
|
|
p {
|
|
color: $copy-color-on-white;
|
|
}
|
|
|
|
.top-container {
|
|
padding-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
.red-bar {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: white;
|
|
background-color: #e03c02;
|
|
padding: 40px 0;
|
|
text-align: center;
|
|
}
|
|
|
|
img.gift-card-preview {
|
|
width:300px;
|
|
float: left;
|
|
margin-left: -15px; // because image has black on the left, which you can't see on back background
|
|
margin-right: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
p.gift-getter {
|
|
margin-top:20px;
|
|
line-height:125%;
|
|
}
|
|
|
|
img.app-preview {
|
|
width: 340px;
|
|
float: left;
|
|
margin-left: -15px; // because image has black on the left, which you can't see on back background
|
|
margin-right: 20px;
|
|
margin-bottom: 30px;
|
|
}
|
|
h1.jam-track-name {
|
|
color: white;
|
|
font-size: 30px !important;
|
|
padding-top: 0;
|
|
margin-left: 35px;
|
|
}
|
|
|
|
h2.original-artist {
|
|
margin-top: 10px;
|
|
color: #8d8d8d;
|
|
font-size: 24px;
|
|
margin-left: 35px;
|
|
}
|
|
|
|
.preview-text {
|
|
color: #fefefe;
|
|
}
|
|
|
|
.cta-button {
|
|
background-color: $cta-color;
|
|
|
|
&.processing {
|
|
background-color:gray;
|
|
}
|
|
}
|
|
|
|
.cta-text {
|
|
color: $cta-color !important;
|
|
}
|
|
|
|
.privacy-policy {
|
|
color: #ffcf00;
|
|
}
|
|
|
|
.browse-all {
|
|
color: #ffb800;
|
|
text-decoration: underline;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
p {
|
|
line-height: 150%;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.bottom-banner {
|
|
background-color: #e03c02;
|
|
}
|
|
|
|
.arrow1 {
|
|
position:absolute;
|
|
left: -371px;
|
|
top: -80px;
|
|
}
|
|
|
|
.arrow2 {
|
|
position:absolute;
|
|
left:-230px;
|
|
top:373px;
|
|
}
|
|
.testimonials {
|
|
background-color:white;
|
|
position:absolute;
|
|
width:350px;
|
|
right:55px;
|
|
top:287px;
|
|
@include border_box_sizing;
|
|
z-index:1;
|
|
|
|
.jamtrack-overview-video {
|
|
|
|
h3 {
|
|
font-size:21px;
|
|
width:400px;
|
|
}
|
|
.video-wrapper {
|
|
|
|
.video-container {
|
|
width: 400px;
|
|
padding-bottom: 53.33%;
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
h3 {
|
|
color:$copy-color-on-white;
|
|
text-align:center;
|
|
margin-bottom:20px;
|
|
font-size:24px;
|
|
line-height:125%;
|
|
}
|
|
|
|
h4 {
|
|
position:absolute;
|
|
top: 161px;
|
|
left: 173px;
|
|
font-size:14px;
|
|
color:$copy-color-on-white;
|
|
strong {
|
|
font-weight:bold;
|
|
}
|
|
white-space:nowrap;
|
|
}
|
|
.testimonial {
|
|
position:relative;
|
|
width:350px;
|
|
margin-bottom:40px;
|
|
}
|
|
.testimonial-speech-bubble {
|
|
width:350px;
|
|
}
|
|
.testimonial-avatar {
|
|
width:60px;
|
|
position:relative;
|
|
top:5px;
|
|
left:92px;
|
|
}
|
|
.testimonial-youtube {
|
|
width:143px;
|
|
position:relative;
|
|
left:112px;
|
|
top:0;
|
|
}
|
|
}
|
|
.preview-and-action-box {
|
|
background-color: black;
|
|
position: absolute;
|
|
right: 55px;
|
|
width: 330px;
|
|
top: 200px;
|
|
@include border_box_sizing;
|
|
border-width: $chunkyBorderWidth;
|
|
border-style: solid;
|
|
border-color: $copy-color-on-dark;
|
|
z-index: 1;
|
|
|
|
.preview-jamtrack-header {
|
|
background-color: $cta-color;
|
|
color: white;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
border-width: 0 0 $chunkyBorderWidth;
|
|
border-style: solid;
|
|
border-color: $copy-color-on-dark;
|
|
}
|
|
|
|
.preview-area {
|
|
|
|
padding: 10px;
|
|
|
|
border-width: 0 0 $chunkyBorderWidth;
|
|
|
|
&.gift-card {
|
|
border-width: 0 0 2px;
|
|
}
|
|
|
|
border-style: solid;
|
|
border-color: $copy-color-on-dark;
|
|
|
|
&.logged-in {
|
|
border-width:0;
|
|
|
|
.tracks {
|
|
height:258px;
|
|
}
|
|
}
|
|
.tracks {
|
|
padding:10px 0 20px;
|
|
margin-top:10px;
|
|
overflow-y: scroll;
|
|
height: 160px;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.cta-buttons {
|
|
text-align:center;
|
|
}
|
|
.cta-button {
|
|
font-size: 24px;
|
|
color: white;
|
|
background-color: $cta-color;
|
|
text-align: center;
|
|
padding: 10px;
|
|
display: block;
|
|
width: 100%;
|
|
border: 1px outset buttonface;
|
|
font-family: Raleway, Arial, Helvetica, sans-serif;
|
|
|
|
&.gift-card {
|
|
font-size:16px;
|
|
width:138px;
|
|
margin:15px 5px;
|
|
display:inline-block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.terms-help {
|
|
float:left;
|
|
margin-top:2px;
|
|
font-size:12px;
|
|
}
|
|
.register-area {
|
|
padding: 10px;
|
|
input {
|
|
background-color: $copy-color-on-dark;
|
|
color: black;
|
|
font-size: 16px;
|
|
|
|
&[name="terms"] {
|
|
width:auto;
|
|
line-height:24px;
|
|
vertical-align:middle;
|
|
}
|
|
}
|
|
.icheckbox_minimal {
|
|
float: left;
|
|
top: 6px;
|
|
margin-left:64px;
|
|
}
|
|
.cta-button {
|
|
font-size: 24px;
|
|
color: white;
|
|
background-color: $cta-color;
|
|
text-align: center;
|
|
padding: 10px;
|
|
display: block;
|
|
width: 100%;
|
|
border: 1px outset buttonface;
|
|
font-family: Raleway, Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.privacy-policy {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
form {
|
|
margin: 0 0 10px;
|
|
}
|
|
.errors {
|
|
font-size:12px;
|
|
height:20px;
|
|
margin:0;
|
|
visibility: hidden;
|
|
text-align: center;
|
|
color: red;
|
|
font-weight: bold;
|
|
|
|
&.active {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
label {
|
|
display: inline-block;
|
|
height: 36px;
|
|
vertical-align: middle;
|
|
line-height: 36px;
|
|
margin-bottom: 15px;
|
|
@include border-box_sizing;
|
|
|
|
&.terms-help {
|
|
width:205px;
|
|
height:28px;
|
|
line-height:14px;
|
|
float:right;
|
|
}
|
|
}
|
|
input {
|
|
width: 206px;
|
|
height: 36px;
|
|
float: right;
|
|
margin-bottom: 15px;
|
|
@include border-box_sizing;
|
|
}
|
|
}
|
|
p {
|
|
line-height: 150%;
|
|
color: white;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
|
|
.jam-track-preview-holder {
|
|
|
|
margin-bottom: 7px;
|
|
float:left;
|
|
&[data-track-type="Master"] {
|
|
width: 100%;
|
|
}
|
|
|
|
&[data-track-type="Track"] {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.jam-track-preview {
|
|
font-size:12px;
|
|
|
|
.instrument-part {
|
|
width:175px
|
|
}
|
|
|
|
.instrument-name,.part {
|
|
display:none;
|
|
}
|
|
|
|
.loading-text {
|
|
right:-1px;
|
|
background-color:black;
|
|
}
|
|
}
|
|
.price-advisory {
|
|
font-size:14px;
|
|
text-align:center;
|
|
color:white;
|
|
margin-top:10px;
|
|
}
|
|
} |