icingaweb2/public/css/icinga/main.less

25 lines
307 B
Plaintext

/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.action-link {
color: @icinga-blue;
}
.action-table {
tr:hover {
cursor: pointer;
}
}
.pull-left {
float: left;
}
.pull-right {
float: right;
}
.text-small {
font-size: @font-size-small;
color: @text-color-light;
}