aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_Components.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/imports/scss/_Components.scss')
-rwxr-xr-xscss/imports/scss/_Components.scss33
1 files changed, 33 insertions, 0 deletions
diff --git a/scss/imports/scss/_Components.scss b/scss/imports/scss/_Components.scss
new file mode 100755
index 00000000..c4182c73
--- /dev/null
+++ b/scss/imports/scss/_Components.scss
@@ -0,0 +1,33 @@
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