web-apps/vendor/bootstrap/less/_jumbotron.less
2020-05-21 19:29:40 +03:00

19 lines
514 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.jumbotron {
padding: @jumbotron-padding (@jumbotron-padding / 2);
margin-bottom: @jumbotron-padding;
// LESS PORT: Less doesnt strip “empty” property values so we have to check for a value first.
& when not (@jumbotron-color = ~"") { color: @jumbotron-color; }
background-color: @jumbotron-bg;
#border-radius(@border-radius-lg);
#media-breakpoint-up(sm, {
padding: (@jumbotron-padding * 2) @jumbotron-padding;
});
}
.jumbotron-fluid {
padding-right: 0;
padding-left: 0;
#border-radius(0);
}