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

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);
} }
}
}