mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
#755 wells and panels removed in bs4
This commit is contained in:
parent
d03ae8c270
commit
ed03a94dd0
6
docs/components/.READONLY.txt
Normal file
6
docs/components/.READONLY.txt
Normal 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.
|
|
@ -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';
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -9,7 +9,6 @@ body {
|
|||
// color: $mdb-text-color-light;
|
||||
// }
|
||||
// .modal,
|
||||
// .panel-default,
|
||||
// .card {
|
||||
// &,
|
||||
// .form-control {
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user