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 'site/static/docs/4.3/assets/scss/_component-examples.scss')
-rw-r--r--site/static/docs/4.3/assets/scss/_component-examples.scss43
1 files changed, 12 insertions, 31 deletions
diff --git a/site/static/docs/4.3/assets/scss/_component-examples.scss b/site/static/docs/4.3/assets/scss/_component-examples.scss
index 8b7a3bab85..60f5942321 100644
--- a/site/static/docs/4.3/assets/scss/_component-examples.scss
+++ b/site/static/docs/4.3/assets/scss/_component-examples.scss
@@ -30,6 +30,15 @@
border: 1px solid rgba($bd-purple, .15);
}
+.bd-example-responsive-containers {
+ [class^="container"] {
+ padding-top: .75rem;
+ padding-bottom: .75rem;
+ background-color: rgba(86, 61, 124, .15);
+ border: 1px solid rgba(86, 61, 124, .2);
+ }
+}
+
// Grid mixins
.example-container {
width: 800px;
@@ -69,37 +78,9 @@
// Container illustrations
//
-.bd-example-container {
- min-width: 16rem;
- max-width: 25rem;
- margin-right: auto;
- margin-left: auto;
-}
-
-.bd-example-container-header {
- height: 3rem;
- margin-bottom: .5rem;
- background-color: lighten($blue, 50%);
- @include border-radius;
-}
-
-.bd-example-container-sidebar {
- float: right;
- width: 4rem;
- height: 8rem;
- background-color: lighten($blue, 25%);
- @include border-radius;
-}
-
-.bd-example-container-body {
- height: 8rem;
- margin-right: 4.5rem;
- background-color: lighten($bd-purple, 25%);
- @include border-radius;
-}
-
-.bd-example-container-fluid {
- max-width: none;
+.example-container-element {
+ background-color: rgba($blue, .25);
+ border: 1px solid rgba($blue, .25);
}