]> git.datanom.net - wpp.git/blobdiff - app/static/scss/_list.scss
Base user framework finished
[wpp.git] / app / static / scss / _list.scss
diff --git a/app/static/scss/_list.scss b/app/static/scss/_list.scss
new file mode 100644 (file)
index 0000000..7d1e4d5
--- /dev/null
@@ -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);
+  }
+}
This page took 0.029243 seconds and 5 git commands to generate.