aboutsummaryrefslogtreecommitdiff
path: root/_scss/imports/scss/_Components.scss
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-02-08 13:54:42 -0800
committerJose Antonio Marquez2012-02-08 13:54:42 -0800
commit7afa8f3fb2f2cede0b227a00ccc2b84267278db6 (patch)
tree07c61ec31d028ecfdff47f612189801a10843d5e /_scss/imports/scss/_Components.scss
parent10cdeb52403f16d5d4be43a516e8cdfbc866a2a2 (diff)
downloadninja-7afa8f3fb2f2cede0b227a00ccc2b84267278db6.tar.gz
delete _scss directory
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