File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
projects/igniteui-angular/src/lib/core/styles/components/avatar Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff line change 68
68
@include css-vars ($theme );
69
69
70
70
$variant : map .get ($theme , ' _meta' , ' variant' );
71
- $bootstrap-theme : $variant == ' bootstrap' ;
72
- $box-shadow : map .get ((
73
- ' material' : null,
74
- ' fluent' : null,
75
- ' bootstrap' : 0 0 0 rem (3px ) var-get ($theme , ' background' ),
76
- ' indigo' : null,
77
- ), $variant );
78
-
79
- %igx-avatar-outline {
80
- position : absolute ;
81
- content : ' ' ;
82
- width : 100% ;
83
- height : 100% ;
84
- border-radius : inherit ;
85
- opacity : .5 ;
86
- }
87
-
71
+
88
72
%igx-avatar-display {
89
73
@include sizable ();
90
74
114
98
--component-size : 1 ;
115
99
}
116
100
}
117
-
118
- & ::after {
119
- box-shadow : none ;
120
-
121
- @if $bootstrap-theme {
122
- @extend %igx-avatar-outline ;
123
- }
124
-
125
- transition : box-shadow .15s $in-out-quad ;
126
- }
127
-
128
- & :focus ::after {
129
- box-shadow : $box-shadow ;
130
- }
131
101
}
132
102
133
103
%igx-avatar-image {
You can’t perform that action at this time.
0 commit comments