#tiki-installer {
|
|
background-color: #48497A;
|
|
|
|
/* re-style buttons to be link links */
|
|
.btn-link {
|
|
border: none;
|
|
display: inline;
|
|
text-align: left;
|
|
-webkit-appearance: none;
|
|
|
|
&:not([disable]):hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
|
|
.sidebar {
|
|
margin: 1.5em 1.5em 0 0;
|
|
padding-bottom: 2em;
|
|
}
|
|
|
|
.sidebar > img {
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
|
|
.installer-content {
|
|
background-color: white;
|
|
min-height: 100vh;
|
|
padding-top: 5em;
|
|
padding-bottom: 5em;
|
|
}
|
|
|
|
.floating-links {
|
|
position: fixed;
|
|
bottom: 1em;
|
|
right: 1em;
|
|
}
|
|
|
|
.menus {
|
|
margin-top: 3rem;
|
|
|
|
.menu {
|
|
color: white;
|
|
margin-top: 1em;
|
|
}
|
|
}
|
|
|
|
ol.nav {
|
|
list-style-type: decimal;
|
|
list-style-position: outside;
|
|
margin-left: 2em;
|
|
}
|
|
|
|
.nav {
|
|
margin-left: 1em;
|
|
.nav-item {
|
|
color: white;
|
|
line-height: 2em;
|
|
|
|
.nav-link {
|
|
color: white;
|
|
padding: 0;
|
|
background-color: transparent;
|
|
}
|
|
|
|
&.active {
|
|
color: white;
|
|
.nav-link {
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.install-step8 .enter-tiki {
|
|
.btn { white-space: normal; }
|
|
}
|
|
}
|
|
|
|
@media (max-width: breakpoint-max(sm)) {
|
|
#tiki-installer {
|
|
.install-body {
|
|
margin-left: 0 !important;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
}
|