icingaweb2/public/css/icinga/nav.less

39 lines
423 B
Plaintext
Raw Normal View History

2015-09-25 13:35:34 +02:00
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.badge-nav-item {
> a {
.clearfix();
> .badge {
float: right;
}
}
}
.nav-item {
> a,
> span {
2015-09-25 13:35:34 +02:00
// Rollover
display: block;
}
}
.nav {
// Reset defaults
list-style-type: none;
margin: 0;
padding: 0;
}
.tab-nav {
2015-09-25 13:35:34 +02:00
.clearfix();
> .nav-item {
float: left;
2015-09-25 13:35:34 +02:00
}
}
.primary-nav a {
font-weight: 500;
}