146 lines
2.0 KiB
SCSS
146 lines
2.0 KiB
SCSS
@import "client/common";
|
|
@charset "UTF-8";
|
|
|
|
#audio-profile-invalid-dialog {
|
|
|
|
height:420px;
|
|
min-height:420px;
|
|
width:800px;
|
|
|
|
.dialog-inner{
|
|
width:auto;
|
|
}
|
|
|
|
ul li {
|
|
margin:5px 0 5px 20px;
|
|
list-style-type: disc;
|
|
line-height:125%;
|
|
}
|
|
|
|
h2 {
|
|
color: #FFFFFF;
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
margin-bottom: 6px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.column {
|
|
|
|
float:left;
|
|
@include border_box_sizing;
|
|
|
|
&:nth-of-type(1) {
|
|
width:33%;
|
|
}
|
|
&:nth-of-type(2) {
|
|
width:41%;
|
|
text-align:center;
|
|
}
|
|
&:nth-of-type(3) {
|
|
width:25%;
|
|
|
|
.instructions-box {
|
|
padding:0;
|
|
|
|
ul {
|
|
padding:5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.instructions-box {
|
|
@include border_box_sizing;
|
|
background-color: #222222;
|
|
font-size: 13px;
|
|
padding: 8px;
|
|
height:240px;
|
|
}
|
|
|
|
.instructions-header {
|
|
font-size:16px;
|
|
text-align:center;
|
|
margin-bottom:20px;
|
|
color:white;
|
|
}
|
|
|
|
.instructions {
|
|
font-size:14px;
|
|
}
|
|
|
|
.rescanning-notice {
|
|
display:none;
|
|
text-align:center;
|
|
margin-left:20px;
|
|
width:150px;
|
|
|
|
span.spinner-small {
|
|
display:inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
.btnRestartApplication {
|
|
display:none;
|
|
}
|
|
|
|
a[data-purpose="reload-audio"] {
|
|
margin-top:40%;
|
|
text-align:center;
|
|
}
|
|
|
|
.results {
|
|
|
|
height:60px;
|
|
text-align:center;
|
|
font-size:20px;
|
|
margin-bottom:10px;
|
|
color:white;
|
|
|
|
&.success {
|
|
background-color: #72a43b;
|
|
.success {
|
|
display:inline;
|
|
}
|
|
}
|
|
&.failed {
|
|
background-color: #7B0C00;
|
|
.failed {
|
|
display:inline;
|
|
}
|
|
}
|
|
&.scanning {
|
|
background-color: #D6A800;
|
|
.scanning {
|
|
display:inline;
|
|
}
|
|
}
|
|
|
|
.result {
|
|
|
|
}
|
|
|
|
.checking {
|
|
|
|
}
|
|
|
|
.success {
|
|
display:none;
|
|
line-height:60px;
|
|
}
|
|
.failed {
|
|
line-height:30px;
|
|
display:none;
|
|
}
|
|
|
|
.scanning {
|
|
|
|
display:none;
|
|
line-height:60px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
} |