Skip to content

Commit

Permalink
CSS: Remove bootstrap override for pull-right/-left on column classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgohard committed Jul 4, 2017
1 parent 863b620 commit dfdbf78
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions src/base/bootstrap-overrides/_base.scss
Expand Up @@ -541,40 +541,6 @@ input {
}
}

/**
* Disable pull-right/left on grid columns that do not match the current
* breakpoint
*/
@media (max-width: $screen-xs-max) {
.pull-left,
.pull-right {
&[class*=col-sm],
&[class*=col-md],
&[class*=col-lg] {
float: none !important;
}
}
}

@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
.pull-left,
.pull-right {
&[class*=col-md],
&[class*=col-lg] {
float: none !important;
}
}
}

@media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
.pull-left,
.pull-right {
&[class*=col-lg] {
float: none !important;
}
}
}

/*
* Blockquote font size
*/
Expand Down

0 comments on commit dfdbf78

Please sign in to comment.