mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-02-22 06:30:40 +03:00
fix #1091: remove container/container-fluid cascade dependency from well/jumbotron
This commit is contained in:
parent
72003f7988
commit
cee164f49c
|
@ -1,26 +1,19 @@
|
||||||
body {
|
.well.well-sm {
|
||||||
.container,
|
padding: 10px;
|
||||||
.container-fluid {
|
}
|
||||||
|
.well.well-lg {
|
||||||
.well.well-sm {
|
padding: 26px;
|
||||||
padding: 10px;
|
}
|
||||||
}
|
.well,
|
||||||
.well.well-lg {
|
.jumbotron {
|
||||||
padding: 26px;
|
background-color: #fff;
|
||||||
}
|
padding: 19px;
|
||||||
.well,
|
margin-bottom: 20px;
|
||||||
.jumbotron {
|
.shadow-z-2();
|
||||||
|
border-radius: @border-radius-base;
|
||||||
background-color: #fff;
|
border: 0;
|
||||||
padding: 19px;
|
p {
|
||||||
margin-bottom: 20px;
|
font-weight: 300;
|
||||||
.shadow-z-2();
|
}
|
||||||
border-radius: @border-radius-base;
|
.variations(~"", ~"", background-color, @white);
|
||||||
border: 0;
|
|
||||||
p {
|
|
||||||
font-weight: 300;
|
|
||||||
}
|
|
||||||
.variations(~"", ~"", background-color, @white);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user