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