File tree Expand file tree Collapse file tree 3 files changed +50
-3
lines changed
src/shared/components/ProfilePage Expand file tree Collapse file tree 3 files changed +50
-3
lines changed Original file line number Diff line number Diff line change 27
27
}
28
28
29
29
& .rotated {
30
-
31
30
& ::before {
32
31
content : none ;
33
32
}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import { dataMap } from './ExternalLink';
19
19
import Header from './Header' ;
20
20
import MemberTracks from './MemberTracks' ;
21
21
22
- import './styles.scss' ;
22
+ import styles from './styles.scss' ;
23
23
import Skills from './Skills' ;
24
24
import MemberInfo from './MemberInfo' ;
25
25
import Activity from './Activity' ;
26
26
import TcaCertificates from './TcaCertificates' ;
27
- import ProfileModal from './ProfileModal' ;
27
+ // import ProfileModal from './ProfileModal';
28
28
// import Awards from './Awards';
29
29
30
30
/**
Original file line number Diff line number Diff line change 56
56
padding-top : 32px ;
57
57
}
58
58
}
59
+
60
+ .modal-overlay {
61
+ background : #000 ;
62
+ }
63
+
64
+ .modal-container-copilot {
65
+ min-height : 220px ;
66
+ }
67
+ .modal-container {
68
+ width : 1232px ;
69
+ min-height : 700px ;
70
+ max-width : 1232px ;
71
+ border-radius : 8px ;
72
+ padding : 32px 32px 0 32px ;
73
+ gap : 24px ;
74
+
75
+ & .modal-container-copilot {
76
+ height : auto ;
77
+ }
78
+
79
+ @include xs-to-sm {
80
+ width : 100% ;
81
+ max-width : 100% ;
82
+ height : 100% !important ;
83
+ max-height : 100% !important ;
84
+ padding : 24px 16px 48px 16px ;
85
+ }
86
+
87
+ .header {
88
+ display : flex ;
89
+ justify-content : space-between ;
90
+ align-items : center ;
91
+ padding-bottom : 24px ;
92
+
93
+ .title {
94
+ @include barlow-medium ;
95
+
96
+ font-weight : 600 ;
97
+ font-size : 22px ;
98
+ line-height : 26px ;
99
+ text-transform : uppercase ;
100
+ }
101
+
102
+ .icon {
103
+ cursor : pointer ;
104
+ }
105
+ }
106
+ }
You can’t perform that action at this time.
0 commit comments