aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/examples/grid/grid.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-08-01 18:07:17 +0300
committerXhmikosR <[email protected]>2021-01-18 22:52:38 +0200
commit72d7e4612bc97230e2c1da0d5e2229ec21793e51 (patch)
tree49e1aa85f43a1641973ac5dd614d066bb0c871af /site/content/docs/examples/grid/grid.css
parent4167c107f81aeb2b05e3fe3e2e511b50ea9be640 (diff)
downloadbootstrap-main-xmr-hugo-reorg-files.tar.xz
bootstrap-main-xmr-hugo-reorg-files.zip
Trying to get rid of the version number from folders.main-xmr-hugo-reorg-files
Diffstat (limited to 'site/content/docs/examples/grid/grid.css')
-rw-r--r--site/content/docs/examples/grid/grid.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/content/docs/examples/grid/grid.css b/site/content/docs/examples/grid/grid.css
new file mode 100644
index 000000000..18e3568b1
--- /dev/null
+++ b/site/content/docs/examples/grid/grid.css
@@ -0,0 +1,13 @@
+.themed-grid-col {
+ padding-top: .75rem;
+ padding-bottom: .75rem;
+ background-color: rgba(86, 61, 124, .15);
+ border: 1px solid rgba(86, 61, 124, .2);
+}
+
+.themed-container {
+ padding: .75rem;
+ margin-bottom: 1.5rem;
+ background-color: rgba(0, 123, 255, .15);
+ border: 1px solid rgba(0, 123, 255, .2);
+}