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/docs/4.4/examples/grid/grid.css')
-rw-r--r--site/docs/4.4/examples/grid/grid.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/docs/4.4/examples/grid/grid.css b/site/docs/4.4/examples/grid/grid.css
new file mode 100644
index 0000000000..8032c31c3e
--- /dev/null
+++ b/site/docs/4.4/examples/grid/grid.css
@@ -0,0 +1,13 @@
+.themed-grid-col {
+ padding-top: 15px;
+ padding-bottom: 15px;
+ background-color: rgba(86, 61, 124, .15);
+ border: 1px solid rgba(86, 61, 124, .2);
+}
+
+.themed-container {
+ padding: 15px;
+ margin-bottom: 30px;
+ background-color: rgba(0, 123, 255, .15);
+ border: 1px solid rgba(0, 123, 255, .2);
+}