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