Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/_jumbotron.less')
-rw-r--r--less/_jumbotron.less44
1 files changed, 0 insertions, 44 deletions
diff --git a/less/_jumbotron.less b/less/_jumbotron.less
deleted file mode 100644
index 26ff883212..0000000000
--- a/less/_jumbotron.less
+++ /dev/null
@@ -1,44 +0,0 @@
-//
-// Jumbotron
-// --------------------------------------------------
-
-
-.jumbotron {
- padding: @jumbotron-padding (@jumbotron-padding / 2);
- margin-bottom: @jumbotron-padding;
- color: @jumbotron-color;
- background-color: @jumbotron-bg;
-
- .container &,
- .container-fluid & {
- .border-radius(@border-radius-lg); // Only round corners at higher resolutions if contained in a container
- }
-
- .container {
- max-width: 100%;
- }
-}
-
-.jumbotron-heading {
- color: @jumbotron-heading-color;
-}
-
-.jumbotron-hr {
- border-top-color: darken(@jumbotron-bg, 10%);
-}
-
-.media-sm({
- .jumbotron {
- padding: (@jumbotron-padding * 1.6) 0;
-
- .container &,
- .container-fluid & {
- padding-left: (@jumbotron-padding * 2);
- padding-right: (@jumbotron-padding * 2);
- }
- }
-
- .jumbotron-heading {
- font-size: (@font-size-base * 4.5);
- }
-});