microstack/snap-overlay/lib/python3.8/site-packages/openstack_dashboard/themes/ubuntu/bootstrap/components/_navs.scss

26 lines
369 B
SCSS

.nav-pills.nav-stacked {
a {
color: $gray;
}
& > li {
& > a {
border-top: 1px solid $gray-light;
border-bottom: 1px solid $gray-light;
border-radius: 0;
font-weight: bold;
}
}
& > li + li {
margin-top: 0;
& > a {
border-top: none;
}
}
& > li > .in {
border-bottom: 1px solid $gray-light;
}
}