2016-10-31 17:02:32 +00:00
|
|
|
.inlay {
|
|
|
|
margin-top: 14%;
|
2017-01-26 23:04:29 +00:00
|
|
|
@include border-radius(4px);
|
2016-10-31 17:02:32 +00:00
|
|
|
padding: 40px 38px 44px;
|
|
|
|
color: #fff;
|
2016-11-15 14:37:09 +00:00
|
|
|
background: $inlayColorBg;
|
2016-10-31 17:02:32 +00:00
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
&__title {
|
2016-11-09 22:32:09 +00:00
|
|
|
margin: 17px 0;
|
2016-10-31 17:02:32 +00:00
|
|
|
padding-bottom: 17px;
|
|
|
|
color: $popoverFontColor;
|
|
|
|
font-size: 21px;
|
|
|
|
letter-spacing: 0.3px;
|
2016-11-15 14:37:09 +00:00
|
|
|
border-bottom: 1px solid $inlayBorderColor;
|
2016-10-31 17:02:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__text {
|
|
|
|
color: $popoverFontColor;
|
|
|
|
display: block;
|
|
|
|
margin-top: 22px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
margin: 0 10px;
|
|
|
|
font-size: 50px;
|
|
|
|
}
|
2016-11-09 22:32:09 +00:00
|
|
|
|
2017-03-09 00:16:53 +00:00
|
|
|
&-filmstrip-only {
|
|
|
|
background-color: $inlayFilmstripOnlyBg;
|
|
|
|
color: $inlayFilmstripOnlyColor;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
bottom: 30px;
|
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
|
|
max-height: 120px;
|
|
|
|
height: 80%;
|
|
|
|
right: 0px;
|
|
|
|
border-radius: 4px;
|
|
|
|
overflow: hidden;
|
|
|
|
&__content {
|
|
|
|
padding: 20px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
position: relative;
|
|
|
|
> .button-control {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
> #reloadProgressBar {
|
|
|
|
position: absolute;
|
|
|
|
left: 0px;
|
|
|
|
bottom: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 0px;
|
|
|
|
> .aui-progress-indicator-value {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&__title {
|
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__container {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__text {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
font-size: 50px;
|
|
|
|
align-self: center;
|
|
|
|
color: $inlayIconColor;
|
|
|
|
opacity: 0.6;
|
|
|
|
}
|
|
|
|
&__icon-container {
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__avatar-container {
|
2017-05-04 18:38:51 +00:00
|
|
|
height: 100%;
|
2017-03-09 00:16:53 +00:00
|
|
|
position: relative;
|
|
|
|
> img {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon-background {
|
|
|
|
background: $inlayIconBg;
|
|
|
|
opacity: 0.6;
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
top: 0px;
|
|
|
|
}
|
2016-11-09 22:32:09 +00:00
|
|
|
}
|
2017-03-09 00:16:53 +00:00
|
|
|
|
|
|
|
}
|