fix #1091: remove container/container-fluid cascade dependency from well/jumbotron

This commit is contained in:
SergeyKhval 2017-03-07 10:34:58 +03:00
parent 72003f7988
commit cee164f49c

View File

@ -1,7 +1,3 @@
body {
.container,
.container-fluid {
.well.well-sm { .well.well-sm {
padding: 10px; padding: 10px;
} }
@ -10,7 +6,6 @@ body {
} }
.well, .well,
.jumbotron { .jumbotron {
background-color: #fff; background-color: #fff;
padding: 19px; padding: 19px;
margin-bottom: 20px; margin-bottom: 20px;
@ -22,5 +17,3 @@ body {
} }
.variations(~"", ~"", background-color, @white); .variations(~"", ~"", background-color, @white);
} }
}
}