#755 wells and panels removed in bs4

This commit is contained in:
Kevin Ross 2015-12-03 14:28:04 -06:00
parent d03ae8c270
commit ed03a94dd0
5 changed files with 6 additions and 54 deletions

View File

@ -0,0 +1,6 @@
DO NOT edit files in this folder.
These files are copied using
grunt copy:bs-docs-components
This is done to keep samples in sync with the upstream bs4.

View File

@ -6,7 +6,6 @@
@import 'mixins';
@import 'scaffolding'; // include the material content given the mixins above (sass requirement for inclusion order of mixins)
@import 'welljumbo';
@import 'buttons';
@import 'checkboxes';
@import 'togglebutton';
@ -22,7 +21,6 @@
@import 'popups';
@import 'cards';
@import 'dialogs';
@import 'panels';
@import 'dividers';
@import 'themes';
@import 'plugins';

View File

@ -1,23 +0,0 @@
.panel {
border-radius: 2px;
border: 0;
@include variations(unquote(".panel"), unquote(" > .panel-heading"), background-color, $grey-200);
@include shadow-z-1;
}
[class*="panel-"] > .panel-heading {
color: $mdb-text-color-light;
border: 0;
}
.panel-default, .panel:not([class*="panel-"]) {
> .panel-heading {
color: $mdb-text-color-primary;
}
}
.panel-footer {
background-color: $grey-200;
}

View File

@ -9,7 +9,6 @@ body {
// color: $mdb-text-color-light;
// }
// .modal,
// .panel-default,
// .card {
// &,
// .form-control {

View File

@ -1,28 +0,0 @@
body {
.container,
.container-fluid {
.well.well-sm {
padding: 10px;
}
.well.well-lg {
padding: 26px;
}
.well,
.jumbotron {
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
@include shadow-z-2();
border-radius: $border-radius-base;
border: 0;
p {
font-weight: 300;
}
@include variations(unquote(""), unquote(""), background-color, $white);
}
}
}