aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-03-08 11:54:56 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-03-08 11:54:56 +0530
commit80b299e8c4f290e3b16f35eea922cac989b6e767 (patch)
treeb99086734507728ae096349cca4d0258335dbf4f /vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less
parent5fa92b4eb456b5f4959c39578a3c6e3555c4ae7d (diff)
VnfMarket place refactor
IssueId : CLIENT-4 Change-Id: Ia1b076400f9c3bedf9db714099a608ece392aa59 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less')
-rw-r--r--vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less18
1 files changed, 0 insertions, 18 deletions
diff --git a/vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less b/vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less
deleted file mode 100644
index 58dd4d19..00000000
--- a/vnfmarket/common/thirdparty/bootstrap/less/mixins/reset-text.less
+++ /dev/null
@@ -1,18 +0,0 @@
-.reset-text() {
- font-family: @font-family-base;
- // We deliberately do NOT reset font-size.
- font-style: normal;
- font-weight: normal;
- letter-spacing: normal;
- line-break: auto;
- line-height: @line-height-base;
- text-align: left; // Fallback for where `start` is not supported
- text-align: start;
- text-decoration: none;
- text-shadow: none;
- text-transform: none;
- white-space: normal;
- word-break: normal;
- word-spacing: normal;
- word-wrap: normal;
-}