1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 13:43:11 +02:00

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, &:focus,
&:active { &:active {
color: #fff; color: #fff;
background-color:$bd-purple-bright; background-color: $bd-purple-bright;
border-color: $bd-purple-bright; border-color: $bd-purple-bright;
} }
} }

View File

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