This commit is contained in:
Sergey Khval 2017-03-12 18:27:28 +00:00 committed by GitHub
commit 611e9385a5

View File

@ -1,16 +1,11 @@
body {
.container,
.container-fluid {
.well.well-sm {
.well.well-sm {
padding: 10px;
}
.well.well-lg {
}
.well.well-lg {
padding: 26px;
}
.well,
.jumbotron {
}
.well,
.jumbotron {
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
@ -21,6 +16,4 @@ body {
font-weight: 300;
}
.variations(~"", ~"", background-color, @white);
}
}
}