mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 13:43:11 +02:00
basic linting
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user