File tree 2 files changed +14
-4
lines changed
browse/res/templates/browse
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 23
23
< span class ="l-elem-wrapper l-flex-row flex-elem grows ">
24
24
< span ng-if ="parameters.mode " class ='action flex-elem '> {{parameters.mode}}</ span >
25
25
< span class ='title-label flex-elem flex-can-shrink '> {{model.name}}</ span >
26
- < span class ="icon-alert t-icon-alert flex-elem "> Icon here</ span >
27
26
< mct-representation
28
27
key ="'menu-arrow' "
29
28
mct-object ='domainObject '
Original file line number Diff line number Diff line change 71
71
line-height : inherit ;
72
72
position : relative ;
73
73
& .l-icon-link {
74
- .t-item-icon-glyph {
74
+ & :after {
75
+ color : $colorIconLink ;
76
+ content : ' \e921 ' ; // $glyph-icon-link;
77
+ height : auto ; width : auto ;
78
+ position : absolute ;
79
+ left : 0 ; top : 0 ; right : 0 ; bottom : 20% ;
80
+ @include transform-origin (bottom left );
81
+ @include transform (scale (0.3 ));
82
+ z-index : 2 ;
83
+ }
84
+
85
+ /* .t-item-icon-glyph {
75
86
&:after {
76
87
color: $colorIconLink;
77
- content : $glyph-icon-alert-rect ;
88
+ content: '\e921'; // $glyph-icon-link ;
78
89
height: auto; width: auto;
79
90
position: absolute;
80
91
left: 0; top: 0; right: 0; bottom: 20%;
81
92
@include transform-origin(bottom left);
82
93
@include transform(scale(0.3));
83
94
z-index: 2;
84
95
}
85
- }
96
+ }*/
86
97
}
87
98
}
You can’t perform that action at this time.
0 commit comments