mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
basic linting
This commit is contained in:
parent
7a582b2ffe
commit
b435894e2d
2 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@
|
||||||
padding: 1.25rem !important;
|
padding: 1.25rem !important;
|
||||||
margin: 2rem ($grid-gutter-width * -1) -2rem !important;
|
margin: 2rem ($grid-gutter-width * -1) -2rem !important;
|
||||||
overflow: hidden; // clearfix
|
overflow: hidden; // clearfix
|
||||||
font-size: .8rem !important;
|
|
||||||
font-family: inherit !important;
|
font-family: inherit !important;
|
||||||
|
font-size: .8rem !important;
|
||||||
line-height: 1rem !important;
|
line-height: 1rem !important;
|
||||||
color: $bd-purple-light !important;
|
color: $bd-purple-light !important;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
@ -67,10 +67,10 @@
|
||||||
@include clearfix();
|
@include clearfix();
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
|
padding: 1.5rem;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
padding: 1.5rem;
|
|
||||||
border-width: .2rem;
|
border-width: .2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue