154 lines
2.8 KiB
SCSS
154 lines
2.8 KiB
SCSS
@import "client/common";
|
|
|
|
body.jam, body.web, .dialog{
|
|
.bt-wrapper {
|
|
.bt-content {
|
|
|
|
color:#cccccc;
|
|
|
|
font-size:14px;
|
|
|
|
p {
|
|
margin:1em;
|
|
line-height:150%;
|
|
font-size:14px;
|
|
}
|
|
ul {
|
|
font-size:14px;
|
|
margin-left: 2em;
|
|
list-style: disc;
|
|
color:#CCCCCC;
|
|
}
|
|
|
|
li {
|
|
margin-left:1em;
|
|
margin-bottom:.5em;
|
|
}
|
|
|
|
.definition {
|
|
font-weight:bold;
|
|
}
|
|
|
|
.help-musician-score-count {
|
|
.measurement {
|
|
|
|
}
|
|
|
|
.measurement-value {
|
|
font-size:24px;
|
|
}
|
|
|
|
.measurement-absent {
|
|
font-style:italic;
|
|
font-size:12px;
|
|
display:block;
|
|
}
|
|
}
|
|
|
|
.help-hover-recorded-tracks, .help-hover-stream-mix, .help-hover-recorded-backing-tracks {
|
|
|
|
font-size:12px;
|
|
padding:5px;
|
|
@include border_box_sizing;
|
|
width:450px;
|
|
|
|
.sync-definition {
|
|
padding:0 10px;
|
|
}
|
|
|
|
.client-box {
|
|
float:left;
|
|
width:50%;
|
|
min-width:200px;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
.upload-box {
|
|
float:left;
|
|
width:50%;
|
|
min-width:200px;
|
|
@include border_box_sizing;
|
|
|
|
}
|
|
|
|
@include client-state-box;
|
|
.client-state {
|
|
width:100%;
|
|
margin:5px 0 10px;
|
|
font-size:16px;
|
|
}
|
|
|
|
@include upload-state-box;
|
|
.upload-state {
|
|
width: 100%;
|
|
margin:5px 0 10px;
|
|
font-size:16px;
|
|
}
|
|
|
|
.client-state-info, .upload-state-info {
|
|
text-align:center;
|
|
font-size:12px;
|
|
}
|
|
|
|
.client-state-definition {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.upload-state-definition {
|
|
margin-bottom:20px;
|
|
}
|
|
.summary {
|
|
margin-bottom:10px;
|
|
|
|
.title {
|
|
text-align:center;
|
|
font-size:16px;
|
|
margin:10px 0 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.help-hover-mix {
|
|
|
|
font-size:12px;
|
|
padding:5px;
|
|
@include border_box_sizing;
|
|
width:450px;
|
|
|
|
.mix-box {
|
|
float:left;
|
|
width:100%;
|
|
min-width:400px;
|
|
@include border_box_sizing;
|
|
}
|
|
|
|
@include mix-state-box;
|
|
.mix-state {
|
|
width:100%;
|
|
margin:5px 0 10px;
|
|
font-size:16px;
|
|
//background-color:black ! important;
|
|
}
|
|
|
|
.mix-state-info {
|
|
text-align:center;
|
|
font-size:12px;
|
|
}
|
|
|
|
.mix-state-definition {
|
|
margin-bottom:20px;
|
|
}
|
|
|
|
.summary {
|
|
margin-bottom:10px;
|
|
|
|
.title {
|
|
text-align:center;
|
|
font-size:16px;
|
|
margin:10px 0 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |