basic linting

This commit is contained in:
Mark Otto 2016-01-03 18:10:34 -08:00
parent 84cd41956f
commit 6e7a9c5a38
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
&:focus,
&:active {
color: #fff;
background-color:$bd-purple-bright;
background-color: $bd-purple-bright;
border-color: $bd-purple-bright;
}
}

View File

@ -23,8 +23,8 @@
.bd-example-container {
min-width: 16rem;
max-width: 25rem;
margin-left: auto;
margin-right: auto;
margin-left: auto;
}
.bd-example-container-header {
@ -67,8 +67,8 @@
@include clearfix();
@include media-breakpoint-up(sm) {
margin-left: 0;
margin-right: 0;
margin-left: 0;
margin-bottom: 0;
padding: 1.5rem;
border-width: .2rem;
@ -177,7 +177,7 @@
}
// Navbars
.bd-example {
.bd-example {
.navbar-fixed-top {
position: static;
margin: -1rem -1rem 1rem;