overleaf/services/web/public/stylesheets/app/editor/feature-onboarding.less

69 lines
1.2 KiB
Text
Raw Normal View History

2016-10-20 07:24:07 -04:00
.feat-onboard {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
2017-02-09 12:13:23 -05:00
align-items: baseline;
background-color: rgba(0, 0, 0, .85);
background-repeat: no-repeat;
background-position-x: 0;
2016-10-20 11:39:43 -04:00
color: #FFF;
text-align: center;
z-index: 102;
overflow: auto;
}
2016-10-20 11:39:43 -04:00
.feat-onboard-wrapper {
2017-02-09 12:13:23 -05:00
padding-top: 30px;
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 {
color: #FFF;
2017-02-09 12:13:23 -05:00
margin-bottom: 30px;
2016-10-20 11:39:43 -04:00
}
2016-10-20 11:39:43 -04:00
.feat-onboard-description {
2017-02-09 12:13:23 -05:00
max-width: 30em;
margin: 0 auto 5px;
2016-10-20 11:39:43 -04:00
}
2017-02-09 12:13:23 -05:00
.feat-onboard-highlight {
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;
}
.feat-onboard-tutorial-wrapper {
display: flex;
align-items: center;
2017-02-09 12:13:23 -05:00
padding: 30px 0 15px;
}
.feat-onboard-video {
width: 616px;
margin: 0 30px;
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);
&[disabled] {
opacity: 0.2;
}
}