aboutsummaryrefslogtreecommitdiff
path: root/site/assets/scss/_component-examples.scss
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-07-29 09:14:40 +0300
committerGitHub <[email protected]>2021-07-29 09:14:40 +0300
commitef5336373fc2431b3d1d37cde85cd262210a1dc6 (patch)
treee325fb4c5532b464d05780c731d0f118f2a88d7f /site/assets/scss/_component-examples.scss
parent62edf07d7491684fe67a9c1e9439ed2bd10ca741 (diff)
parentc6c0bbb0b67fe89b55740a63fd10d4ad79044970 (diff)
downloadbootstrap-main-fod-simpler-table-structure.tar.xz
bootstrap-main-fod-simpler-table-structure.zip
Merge branch 'main' into main-fod-simpler-table-structuremain-fod-simpler-table-structure
Diffstat (limited to 'site/assets/scss/_component-examples.scss')
-rw-r--r--site/assets/scss/_component-examples.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/site/assets/scss/_component-examples.scss b/site/assets/scss/_component-examples.scss
index e831b1609..8fbfc06c5 100644
--- a/site/assets/scss/_component-examples.scss
+++ b/site/assets/scss/_component-examples.scss
@@ -23,6 +23,21 @@
background-color: rgba(255, 0, 0, .1);
}
+.bd-example-cssgrid {
+ text-align: center;
+
+ .grid + .grid {
+ margin-top: 1rem;
+ }
+
+ .grid > * {
+ padding-top: .75rem;
+ padding-bottom: .75rem;
+ background-color: rgba(255, 0, 255, .1);
+ border: 1px solid rgba(255, 0, 255, .25);
+ }
+}
+
.bd-highlight {
background-color: rgba($bd-purple, .15);
border: 1px solid rgba($bd-purple, .15);