summaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/grid/grid.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/grid/grid.css')
-rw-r--r--vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/grid/grid.css27
1 files changed, 0 insertions, 27 deletions
diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/grid/grid.css b/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/grid/grid.css
deleted file mode 100644
index 78f5dfda..00000000
--- a/vnfmarket/src/main/webapp/vnfmarket/common/thirdparty/bootstrap/docs/4.0/examples/grid/grid.css
+++ /dev/null
@@ -1,27 +0,0 @@
-body {
- padding-top: 2rem;
- padding-bottom: 2rem;
-}
-
-h3 {
- margin-top: 2rem;
-}
-
-.row {
- margin-bottom: 1rem;
-}
-.row .row {
- margin-top: 1rem;
- margin-bottom: 0;
-}
-[class*="col-"] {
- padding-top: 1rem;
- padding-bottom: 1rem;
- background-color: rgba(86, 61, 124, .15);
- border: 1px solid rgba(86, 61, 124, .2);
-}
-
-hr {
- margin-top: 2rem;
- margin-bottom: 2rem;
-}