summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/components
diff options
context:
space:
mode:
authorsvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-01-23 16:55:40 +0200
committersvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-01-23 16:55:47 +0200
commitd9a5fea4afb6f4542fbf395615e1fc78b74a2298 (patch)
tree9ffdee507a62ee2f4adbcdbb1143c1592f79c7a7 /openecomp-ui/resources/scss/components
parent9370a639b9e692621c59ff3a15590b9354e9d178 (diff)
removing gulp-helpers from openecomp-ui build
Issue-ID: SDC-960 Change-Id: I0a3f1e3814a9bdc68ec9ef3945812e59cf3f92b5 Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/resources/scss/components')
-rw-r--r--openecomp-ui/resources/scss/components/_punchOut.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/openecomp-ui/resources/scss/components/_punchOut.scss b/openecomp-ui/resources/scss/components/_punchOut.scss
deleted file mode 100644
index 65ba24d884..0000000000
--- a/openecomp-ui/resources/scss/components/_punchOut.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-&.dox-ui-punch-out {
- background-color: $content-background-color;
-}
-
-&.dox-ui-punch-out.dox-ui-punch-out-full-page {
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- overflow-y: auto;
-}