mdb-ui-kit/less/_welljumbo.less

23 lines
363 B
Plaintext
Raw Normal View History

body, .container, .container-fluid {
2014-09-23 16:45:24 +04:00
2014-12-03 14:18:34 +03:00
.well.well-sm {
2014-12-03 14:17:01 +03:00
padding: 10px;
}
2014-12-03 14:18:34 +03:00
.well.well-lg {
2014-12-03 14:17:01 +03:00
padding: 26px;
}
.well, .jumbotron {
2014-09-23 16:45:24 +04:00
2014-12-03 14:17:01 +03:00
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
.shadow-z-2();
border-radius: 2px;
border: 0;
p {
font-weight: 300;
2014-09-23 15:51:51 +04:00
}
2014-12-03 14:17:01 +03:00
.variations(~"", background-color, #FFF);
}
}