2017-02-14 12:09:05 +00:00
|
|
|
@feat-onboard-width: 900px;
|
|
|
|
|
2016-10-20 11:24:07 +00:00
|
|
|
.feat-onboard {
|
|
|
|
position: fixed;
|
2017-02-14 12:09:05 +00:00
|
|
|
top: 50px;
|
|
|
|
bottom: 50px;
|
|
|
|
left: 50%;
|
|
|
|
width: @feat-onboard-width;
|
|
|
|
margin-left: -(@feat-onboard-width / 2);
|
2016-11-01 14:52:10 +00:00
|
|
|
display: flex;
|
2016-11-01 15:27:05 +00:00
|
|
|
justify-content: center;
|
2017-02-09 17:13:23 +00:00
|
|
|
align-items: baseline;
|
2017-02-07 15:07:26 +00:00
|
|
|
background-color: rgba(0, 0, 0, .85);
|
2016-11-01 15:27:05 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position-x: 0;
|
2016-10-20 15:39:43 +00:00
|
|
|
color: #FFF;
|
|
|
|
text-align: center;
|
2017-02-14 12:09:05 +00:00
|
|
|
border-radius: 1em;
|
2016-10-21 11:02:53 +00:00
|
|
|
z-index: 102;
|
2016-11-01 14:52:10 +00:00
|
|
|
overflow: auto;
|
2016-10-21 11:02:53 +00:00
|
|
|
}
|
2016-10-20 15:39:43 +00:00
|
|
|
.feat-onboard-wrapper {
|
2017-02-14 12:09:05 +00:00
|
|
|
padding: 30px 0;
|
2016-10-20 15:39:43 +00:00
|
|
|
}
|
2017-02-09 17:13:23 +00:00
|
|
|
|
2016-10-20 15:39:43 +00:00
|
|
|
.feat-onboard-title {
|
2017-02-07 15:07:26 +00:00
|
|
|
color: #FFF;
|
2017-02-09 17:13:23 +00:00
|
|
|
margin-bottom: 30px;
|
2016-10-20 15:39:43 +00:00
|
|
|
}
|
2016-11-01 11:36:21 +00:00
|
|
|
|
2016-10-20 15:39:43 +00:00
|
|
|
.feat-onboard-description {
|
2017-02-10 15:28:57 +00:00
|
|
|
max-width: 35em;
|
2017-02-07 15:07:26 +00:00
|
|
|
margin: 0 auto 5px;
|
2016-10-20 15:39:43 +00:00
|
|
|
}
|
2017-02-09 17:13:23 +00:00
|
|
|
|
|
|
|
.feat-onboard-highlight {
|
2017-02-08 17:19:29 +00:00
|
|
|
font-weight: bold;
|
|
|
|
white-space: nowrap;
|
2016-10-20 15:39:43 +00:00
|
|
|
}
|
2016-10-21 14:00:26 +00:00
|
|
|
|
2017-02-09 17:13:23 +00:00
|
|
|
.feat-onboard-adv-title {
|
|
|
|
font-weight: bold;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: #FFF;
|
|
|
|
font-size: 23px;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2017-02-08 17:19:29 +00:00
|
|
|
|
|
|
|
.feat-onboard-tutorial-wrapper {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2017-02-09 17:13:23 +00:00
|
|
|
padding: 30px 0 15px;
|
2017-02-08 17:19:29 +00:00
|
|
|
}
|
|
|
|
.feat-onboard-video {
|
2017-02-09 15:44:38 +00:00
|
|
|
width: 616px;
|
|
|
|
margin: 0 30px;
|
2017-02-08 17:19:29 +00:00
|
|
|
box-shadow: 0 0 70px 0 rgba(255, 255, 255, 0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.feat-onboard-nav-btn {
|
|
|
|
border-radius: 1em;
|
|
|
|
width: 2em;
|
|
|
|
height: 2em;
|
|
|
|
text-align: center;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.3em;
|
|
|
|
line-height: 1em;
|
2017-02-09 17:13:23 +00:00
|
|
|
box-shadow: 0 0 70px 0 rgba(255, 255, 255, 0.3);
|
2017-02-08 17:19:29 +00:00
|
|
|
|
|
|
|
&[disabled] {
|
|
|
|
opacity: 0.2;
|
|
|
|
}
|
2017-02-10 15:28:57 +00:00
|
|
|
|
|
|
|
&:focus,
|
|
|
|
&:active:focus {
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: 0 0 70px 0 rgba(255, 255, 255, 0.3);
|
|
|
|
}
|
2017-02-13 15:49:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a.feat-onboard-dismiss {
|
|
|
|
position: absolute;
|
|
|
|
top: 10px;
|
|
|
|
right: 10px;
|
|
|
|
width: 1em;
|
|
|
|
height: 1em;
|
|
|
|
line-height: 1em;
|
2017-02-14 11:22:53 +00:00
|
|
|
font-size: 2.5em;
|
2017-02-13 15:49:58 +00:00
|
|
|
color: #FFF;
|
2017-02-14 11:22:53 +00:00
|
|
|
background-color: rgba(0,0,0, .25);
|
|
|
|
opacity: 0.7;
|
|
|
|
border-radius: 0.5em;
|
2017-02-13 15:49:58 +00:00
|
|
|
transition: opacity .15s ease-in-out;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #FFF;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|