aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_Components.scss
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-13 11:59:19 -0800
committerArmen Kesablyan2012-02-13 11:59:19 -0800
commit90d0c8c0e98d062c628c061fe5765ce991fda409 (patch)
tree9780e9dcf475bf319f3cacc1a1ad52fcf9f133af /_scss/imports/scss/_Components.scss
parent8110e01dc5093ac6baf621103dcaa5f769e5be92 (diff)
parente142611e22718b1f1d1696902ad9161ec5f33f98 (diff)
downloadninja-90d0c8c0e98d062c628c061fe5765ce991fda409.tar.gz
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Conflicts: css/ninja.css js/stage/stage.reel/stage.html js/tools/TextTool.js node_modules/labs/rich-text-editor.reel/rich-text-editor.css node_modules/labs/rich-text-editor.reel/rich-text-editor.html node_modules/labs/rich-text-editor.reel/rich-text-editor.js node_modules/labs/rich-text-editor.reel/rich-text-resizer.js node_modules/labs/rich-text-editor.reel/rich-text-sanitizer.js Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to '_scss/imports/scss/_Components.scss')
-rw-r--r--_scss/imports/scss/_Components.scss33
1 files changed, 0 insertions, 33 deletions
diff --git a/_scss/imports/scss/_Components.scss b/_scss/imports/scss/_Components.scss
deleted file mode 100644
index c4182c73..00000000
--- a/_scss/imports/scss/_Components.scss
+++ /dev/null
@@ -1,33 +0,0 @@
1// <copyright>
2// This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3// No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4// (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5// </copyright>
6
7
8
9// Begin: Styles for the Tree component
10
11.tree
12{
13 -webkit-user-select:none;
14 cursor:default;
15 float: left;
16 padding-left: 0;
17 color: $color-panel-text;
18}
19
20.tree li
21{
22 -webkit-margin-before: 0px;
23 -webkit-margin-after: 0px;
24 list-style-type:none;
25}
26
27.tree li > text > img
28{
29 margin-right:8px;
30 -webkit-transition: -webkit-transform 0.05s linear;
31}
32
33// End: styles for the Tree component \ No newline at end of file