This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +24
-4
lines changed
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change
1
+ .ngdialog-close.close-outside
2
+
1
3
header.head
2
- .ngdialog-close
3
4
.breadcrumbs
4
5
.handle
5
6
img.profile-circle ( fallback-src =require (" ../../../assets/images/avatarPlaceholder.png" ), ng-src ="{{vm.profile.photoURL}}" )
@@ -12,6 +13,7 @@ header.head
12
13
span.title BADGES
13
14
14
15
aside.badges
16
+ .ngdialog-close
15
17
.content
16
18
.badgeGroups
17
19
.groupBadge ( ng-repeat ='ag in vm.achievementGroups' , ng-class ='ag.groupClass' , ng-show ='ag.specificAchievements[0].active' )
Original file line number Diff line number Diff line change 4
4
padding : 0 ;
5
5
.ngdialog-content {
6
6
padding : 30px ;
7
- background : white ;
8
- opacity : 0.95 ;
7
+ background : rgba (255 ,255 ,255 ,0.85 );
9
8
width : 100% ;
10
9
height : 100% ;
11
10
display : flex ;
12
11
flex-direction : column ;
13
12
justify-content : center ;
14
13
align-items : center ;
14
+ border-radius : 0 ;
15
15
16
16
header .head {
17
17
@include sofia-pro-extra-light ;
32
32
margin-bottom : -5px ;
33
33
margin-right : 13px ;
34
34
}
35
-
36
35
}
37
36
38
37
.badges {
44
43
display : flex ;
45
44
flex-direction : column ;
46
45
justify-content : center ;
46
+ position : relative ;
47
47
48
48
.content {
49
49
overflow : auto ;
58
58
justify-content : center ;
59
59
}
60
60
}
61
+ .ngdialog-close {
62
+ display : block ;
63
+ }
64
+ }
65
+
66
+ .ngdialog-close {
67
+ display : none ;
68
+ }
69
+
70
+ .ngdialog-close.close-outside {
71
+ display : block ;
72
+ height : 100% ;
73
+ width : 100% ;
74
+ cursor : default ;
61
75
}
76
+
77
+ .ngdialog-close.close-outside :before {
78
+ display : none ;
79
+ }
62
80
}
63
81
}
64
82
You can’t perform that action at this time.
0 commit comments