Repository URL to install this package:
|
Version:
3.0.1.40031-bionic ▾
|
/* Steps */
#steps h1 {
line-height: 24px;
margin-bottom: 16px;
font-weight: bold;
}
#steps .container {
white-space: nowrap;
overflow: hidden;
-webkit-transition: margin 0.2s ease-in-out;
letter-spacing: -.25em;
}
#steps .huge.button {
background-color: #15c6fa;
line-height: 48px;
font-size: 120%;
}
#steps .huge.button:hover {
background-color: white;
}
.step {
display: inline-block;
margin-right: 32px;
padding: 32px;
letter-spacing: 0;
vertical-align: top;
}
.step p {
margin-bottom: 16px;
}
.step-header {
font-weight: bold;
font-size: 114%;
line-height: 24px;
margin-bottom: 16px;
}
.step-count {
font-size: 120%;
position:relative;
top: -9px;
color: #909090;
margin-bottom: 8px;
}
/* Welcome */
#welcome {
text-align: center;
vertical-align: middle;
padding-bottom: 128px;
}
#welcome h1 {
line-height: 80px;
margin-top: 20%;
font-size: 300%;
font-weight: bold;
}
#welcome .huge.button {
width: 192px;
margin: 0 16px;
}
#welcome .setup-info {
margin-top: 32px;
position: relative;
}
#welcome .setup-info div {
position: absolute;
opacity: 0;
text-align: center;
width: 100%;
-webkit-transition: opacity 0.2s ease-in-out;
}
#welcome .setup-info p {
font-size: 120%;
}
#welcome div.terms {
margin-top: 192px;
font-size: 80%;
}
#welcome div.terms p {
font-size: 100%;
}
#welcome .start ul {
display: inline-block;
}
#welcome .start strong {
width: 8em;
display: inline-block;
}
#welcome .start li {
text-align: left;
margin-bottom: 8px;
}
/* Folder Name and Location */
#folder-name-val,
#location-val {
width: 50%;
}
#folder-name-val.custom {
width: 33%;
}
#folder-name-custom-val {
display: none;
width: 67%;
}
#location-val {
width: 81%;
}
#location .browse.button {
width: 20%;
}
/* Selective sync */
#selective-sync-wrapper {
position: relative;
font-size: 100%;
height: 500px;
width: 100%;
}
#selective-sync .buttons {
position: absolute;
right: 0;
bottom: 0;
}
/* Congrats */
#congrats {
text-align: center;
}
#contrats h1,
#congrats p {
margin-bottom: 16px;
}
#congrats h1 {
margin-top: 15%;
line-height: 80px;
font-size: 300%;
font-weight: bold;
}
#congrats .huge.button {
width: 80px;
height: 28px;
line-height: 8px;
}
#congrats .share {
margin-bottom: 32px;
}
#congrats .share .button img {
vertical-align: -4px;
margin-right: 0.5em;
}