1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 04:51:39 +02:00

container illustrations

This commit is contained in:
Mark Otto
2015-08-10 23:07:50 -07:00
parent 1624c5b594
commit 28bcf047c8
12 changed files with 182 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -16,6 +16,43 @@
}
//
// Container illustrations
//
.bd-example-container {
max-width: 50%;
margin-left: auto;
margin-right: auto;
}
.bd-example-container-header {
height: 3rem;
margin-bottom: .5rem;
background-color: lighten($brand-primary, 50%);
border-radius: .25rem;
}
.bd-example-container-sidebar {
float: right;
width: 4rem;
height: 8rem;
background-color: lighten($brand-warning, 25%);
border-radius: .25rem;
}
.bd-example-container-body {
height: 8rem;
margin-right: 4.5rem;
background-color: lighten($bd-purple, 25%);
border-radius: .25rem;
}
.bd-example-container-fluid {
max-width: 100%;
}
//
// Docs examples
//
@@ -36,7 +73,7 @@
border-width: .2rem;
}
+ .highlight,
+ .highlight,
+ .zero-clipboard + .highlight {
margin-top: 0;
}