mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
53 lines
732 B
Plaintext
53 lines
732 B
Plaintext
// Panels - Installer
|
|
.installer {
|
|
.logo {
|
|
text-align: center;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: 100;
|
|
}
|
|
|
|
.panel {
|
|
margin-top: 50px;
|
|
|
|
h3 {
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
.powered,
|
|
.powered a {
|
|
color: @text-color-soft3 !important;
|
|
margin-top: 10px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.fa {
|
|
width: 18px;
|
|
}
|
|
|
|
.check-ok {
|
|
color: @success;
|
|
}
|
|
|
|
.check-warning {
|
|
color: @warning;
|
|
}
|
|
|
|
.check-error {
|
|
color: @danger;
|
|
}
|
|
|
|
.prerequisites-list {
|
|
ul {
|
|
list-style: none;
|
|
padding-left: 15px;
|
|
|
|
li {
|
|
padding-bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|