116 lines
1.7 KiB
SCSS
116 lines
1.7 KiB
SCSS
#jamtrackScreen {
|
|
a.jamtrack_help {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
margin: 4px 0px 0px 60px;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.jamtrack-content {
|
|
text-align: center;
|
|
}
|
|
|
|
.no-jamtracks-msg {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.jamtrack-record {
|
|
border-bottom: 1px solid black;
|
|
text-align: left;
|
|
}
|
|
|
|
.jamtrack-detail {
|
|
float: left;
|
|
width: 50%;
|
|
padding: 10px 0px;
|
|
|
|
.detail-label {
|
|
width: 40%;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.detail-value {
|
|
width: 50%;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.copyright-value {
|
|
width: 40%;
|
|
float: left;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.detail-arrow {
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.jamtrack-description {
|
|
display: none;
|
|
}
|
|
|
|
.jamtrack-detail-btn {
|
|
cursor: pointer;
|
|
margin-top: 5px;
|
|
margin-right: 5px;
|
|
padding-top: 5px;
|
|
}
|
|
}
|
|
|
|
.jamtrack-tracks {
|
|
float: left;
|
|
width: 25%;
|
|
padding: 10px 0px;
|
|
|
|
.tracks-caption {
|
|
margin-top: 5px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.track-instrument {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.instrument-image {
|
|
float: left;
|
|
}
|
|
|
|
.instrument-desc {
|
|
margin-top: 6px;
|
|
float: left;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
.jamtrack-action {
|
|
float: left;
|
|
width: 25%;
|
|
padding: 10px 0px;
|
|
text-align: center;
|
|
|
|
.play-button {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.jamtrack-price {
|
|
margin-top: 5px;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.jamtrack-add-cart, .jamtrack-add-cart-disabled {
|
|
margin: 8px 0px;
|
|
}
|
|
|
|
.jamtrack-license {
|
|
margin-left: 20%;
|
|
margin-right: 20%;
|
|
font-size: 13px;
|
|
width: 60%;
|
|
}
|
|
}
|
|
} |