35 lines
486 B
SCSS
35 lines
486 B
SCSS
body.web.landing_jamtrack.individual_jamtrack {
|
|
|
|
.previews {
|
|
margin-top:10px;
|
|
}
|
|
.jamtrack-reasons {
|
|
margin: 10px 0 0 20px;
|
|
}
|
|
|
|
.white-bordered-button {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.browse-jamtracks-wrapper {
|
|
text-align:center;
|
|
width:90%;
|
|
}
|
|
|
|
.prompt {
|
|
margin-top:10px;
|
|
}
|
|
|
|
.jam-track-preview-holder {
|
|
|
|
margin-bottom: 7px;
|
|
|
|
&[data-track-type="Master"] {
|
|
width: 100%;
|
|
}
|
|
|
|
&[data-track-type="Track"] {
|
|
width: 100%;
|
|
}
|
|
}
|
|
} |