aboutsummaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less
diff options
context:
space:
mode:
author“shentao” <shentao@chinamobile.com>2016-09-19 17:32:42 +0800
committer“shentao” <shentao@chinamobile.com>2016-09-19 17:32:42 +0800
commit0c4c35f8fd0e68e5f04f88639d6869526075e513 (patch)
tree5ee64b8e22ed8d103b59bd7555ddc2370eb946ec /openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less
parentd72d6805ae03018254edb6608f9b193915495880 (diff)
add thirdparty files
Change-Id: Ice7ebee337a78faf506691e80d4a9a83f4eb7f02 Signed-off-by: “shentao” <shentao@chinamobile.com>
Diffstat (limited to 'openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less')
-rw-r--r--openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less19
1 files changed, 19 insertions, 0 deletions
diff --git a/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less b/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less
new file mode 100644
index 00000000..0b440382
--- /dev/null
+++ b/openo-portal/portal-common/src/main/webapp/common/thirdparty/font-awesome/less/list.less
@@ -0,0 +1,19 @@
+// List Icons
+// -------------------------
+
+.@{fa-css-prefix}-ul {
+ padding-left: 0;
+ margin-left: @fa-li-width;
+ list-style-type: none;
+ > li { position: relative; }
+}
+.@{fa-css-prefix}-li {
+ position: absolute;
+ left: -@fa-li-width;
+ width: @fa-li-width;
+ top: (2em / 14);
+ text-align: center;
+ &.@{fa-css-prefix}-lg {
+ left: (-@fa-li-width + (4em / 14));
+ }
+}