You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

89 lines
1.7 KiB

#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;
}
}
}