icingaweb2/public/css/icinga/about.less

37 lines
536 B
Plaintext
Raw Normal View History

/*! Icinga Web 2 | (c) 2015 Icinga Development Team | GPLv2+ */
2015-11-13 13:57:48 +01:00
#about {
2020-11-12 16:08:07 +01:00
h2 {
margin-top: 2.5em;
}
2015-11-13 13:57:48 +01:00
.about-social i {
font-size: 1.7em;
.var(color, text-color);
2015-11-13 13:57:48 +01:00
}
2015-11-16 15:42:35 +01:00
.about-social i:hover {
2021-06-28 16:22:19 +02:00
.var(color, icinga-blue);
2015-11-13 13:57:48 +01:00
}
.about-links {
margin-top: 2.5em;
margin-bottom: 2.5em;
}
2015-11-16 15:42:35 +01:00
.about-links i {
2015-11-13 13:57:48 +01:00
margin: 0.5em;
padding: 0;
font-size: 5em;
.var(color, text-color);
2015-11-13 13:57:48 +01:00
}
2015-11-16 15:42:35 +01:00
.about-links i:hover {
2021-06-28 16:22:19 +02:00
.var(color, icinga-blue);
2015-11-13 13:57:48 +01:00
}
2015-11-16 15:42:35 +01:00
.common-table th {
text-align: center;
}
2015-11-13 13:57:48 +01:00
}