icingaweb2/public/css/icinga/setup.less

62 lines
833 B
Plaintext
Raw Normal View History

#layout {
overflow: auto; // TODO: Shouldn't be necessary, here, IMHO
}
#setup div.buttons {
margin: 1.5em 0 0 1.8em;
}
#setup table.requirements {
td {
&.fulfilled {
background-color: green;
}
&.not-available {
background-color: yellow;
}
&.missing {
background-color: red;
}
}
}
#setup_admin_account {
div.instructions {
width: 30.2em;
display: inline-block;
}
div.radiobox {
vertical-align: top;
display: inline-block;
padding: 0.4em 0.2em 0;
}
2014-10-02 17:11:00 +02:00
}
#setup div.summary {
2014-10-02 17:11:00 +02:00
div.page {
h2 {
font-size: 1.2em;
}
.paragraph {
margin-left: 2em;
h3 {
font-size: 1em;
}
.topic {
h4 {
font-size: 0.8em;
}
}
div.topic {
margin-left: 2em;
}
}
}
}