2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Merge branch 'v4-dev' into v4-forms-cleanup

This commit is contained in:
Mark Otto
2016-04-08 20:55:19 -05:00
127 changed files with 2447 additions and 2797 deletions
@@ -303,12 +303,6 @@
// Helpers
.bd-example > {
.center-block:not(img) {
max-width: 200px;
padding: .5rem;
background-color: #eee;
}
.bg-primary,
.bg-success,
.bg-info,
+2 -3
View File
@@ -3,8 +3,6 @@
//
.bd-navbar {
font-size: 87.5%; // 14px
.navbar-nav {
.nav-link {
color: $bd-graphite-light;
@@ -17,7 +15,8 @@
}
&.active {
color: darken($gray-dark, 25%);
font-weight: 500;
color: darken($gray-dark, 15%);
}
}
}