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