mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
Add about.less
This commit is contained in:
parent
39aa888131
commit
ebbcebe734
28
public/css/icinga/about.less
Normal file
28
public/css/icinga/about.less
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
|
#about {
|
||||||
|
.about-social i {
|
||||||
|
font-size: 1.7em;
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-social i:hover {
|
||||||
|
color: @icinga-blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-links {
|
||||||
|
margin-top: 2.5em;
|
||||||
|
margin-bottom: 2.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-links i {
|
||||||
|
margin: 0.5em;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 5em;
|
||||||
|
color: @text-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-links i:hover {
|
||||||
|
color: @icinga-blue;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user