0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-18 15:54:26 +01:00

style our svg icons in the navbar

This commit is contained in:
Mark Otto 2017-05-27 17:31:55 -07:00
parent bf0fcd7a96
commit 456d6a07f0

View File

@ -38,6 +38,13 @@
}
}
.navbar-nav-svg {
display: inline-block;
width: 1rem;
height: 1rem;
vertical-align: text-top;
}
.dropdown-menu {
font-size: .875rem;
}