mdb-ui-kit/sass/_welljumbo.scss

23 lines
385 B
SCSS
Raw Normal View History

2014-10-03 15:58:24 +04:00
body, .container, .container-fluid {
.well.well-sm {
padding: 10px;
}
.well.well-lg {
padding: 26px;
}
.well, .jumbotron {
2014-10-03 15:58:24 +04:00
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
2015-11-03 04:17:00 +03:00
@extend .shadow-z-2;
border-radius: 2px;
border: 0;
p {
font-weight: 300;
2014-10-03 15:58:24 +04:00
}
@include variations(unquote(""), background-color, #FFF);
}
2014-10-03 15:58:24 +04:00
}