mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-10 19:57:13 +03:00
27 lines
435 B
Plaintext
27 lines
435 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: @border-radius-base;
|
|
border: 0;
|
|
p {
|
|
font-weight: 300;
|
|
}
|
|
.variations(~"", ~"", background-color, @white);
|
|
}
|
|
}
|
|
}
|