mdb-ui-kit/less/_welljumbo.less
2015-03-18 14:46:06 +01:00

23 lines
363 B
Plaintext

body, .container, .container-fluid {
.well.well-sm {
padding: 10px;
}
.well.well-lg {
padding: 26px;
}
.well, .jumbotron {
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
.shadow-z-2();
border-radius: 2px;
border: 0;
p {
font-weight: 300;
}
.variations(~"", background-color, #FFF);
}
}