Skip to content

Commit

Permalink
[5.6] Remove old bootstrap 3 stuff from presets (#23173)
Browse files Browse the repository at this point in the history
* Remove card-default class

* Remove card-default class

* Remove sass variables
  • Loading branch information
nikolaynizruhin authored and taylorotwell committed Feb 15, 2018
1 parent 9389834 commit ba3f3c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,3 @@ $body-bg: #f5f8fa;
$font-family-sans-serif: "Raleway", sans-serif;
$font-size-base: 0.9rem;
$line-height-base: 1.6;
$text-color: #636b6f;

// Navbar
$navbar-default-bg: #fff;

// Buttons
$btn-default-color: $text-color;

// Panels
$panel-default-heading-bg: #fff;
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Example extends Component {
<div className="container">
<div className="row justify-content-center">
<div className="col-md-8">
<div className="card card-default">
<div className="card">
<div className="card-header">Example Component</div>

<div className="card-body">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card card-default">
<div class="card">
<div class="card-header">Example Component</div>

<div class="card-body">
Expand Down

0 comments on commit ba3f3c0

Please sign in to comment.