diff options
Diffstat (limited to '_scss/imports/scss/_Components.scss')
-rw-r--r-- | _scss/imports/scss/_Components.scss | 33 |
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 | ||