aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
committerMichael Lando <ml636r@att.com>2017-06-09 03:19:04 +0300
commited64b5edff15e702493df21aa3230b81593e6133 (patch)
treea4cb01fdaccc34930a8db403a3097c0d1e40914b /catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less
parent280f8015d06af1f41a3ef12e8300801c7a5e0d54 (diff)
[SDC-29] catalog 1707 rebase commit.
Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less')
-rw-r--r--catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less68
1 files changed, 0 insertions, 68 deletions
diff --git a/catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less b/catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less
deleted file mode 100644
index 094c3f70ba..0000000000
--- a/catalog-ui/app/scripts/directives/structure-tree/structure-tree-directive.less
+++ /dev/null
@@ -1,68 +0,0 @@
-.structure-tree{
- padding: 9px 0px 10px 30px;
- position: relative;
- ul{
- position: relative;
- list-style: none;
- padding-left:25px;
- ::before{
- content: "";
- position: absolute;
- left: -27px;
- }
- ::after{
- content: "";
- position: absolute;
- left: -27px;
- }
- li{
- position: relative;
- &::before{
- border-top: 1px solid #666666;
- top: 20px;
- width: 10px;
- height: 0;
- }
- &::after{
- border-left: 1px solid #666666;
- height: 100%;
- width: 0px;
- top: -2px;
- }
- &:last-child::after{
- height: 23px
- }
- }
- }
- .component-container{
- display: inline-block;
- margin: 6px 0px 0px -16px;
- }
- .component-container-icon{
- display: inline-block;
- }
- .component-container-text{
- padding-left: 8px;
- float: right;
-
- text-overflow: ellipsis;
- max-width:120px;
- display: inline-block;
- white-space: nowrap;
- font-size: 13px;
- color: #666666;;
- overflow: hidden;
- line-height: 28px;
- float: none;
- }
-
- .non-certified{
- position: relative;
- left: 18px;
- bottom: 8px;
- .sprite;
- .s-sdc-state-non-certified;
- display:block;
- }
-
-}