Attribute changed material-kit
[bootswatch] / material-kit / sass / material-kit / _welljumbo.scss
1 // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2
3 body {
4   .container,
5   .container-fluid {
6
7     .well.well-sm {
8       padding: 10px;
9     }
10     .well.well-lg {
11       padding: 26px;
12     }
13     .well,
14     .jumbotron {
15
16       background-color: #fff;
17       padding: 19px;
18       margin-bottom: 20px;
19       @include shadow-z-2();
20       border-radius: $border-radius-base;
21       border: 0;
22       p {
23         font-weight: 300;
24       }
25       @include variations(unquote(""), unquote(""), background-color, $white);
26     }
27   }
28 }