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 2727 }
2828
2929 & .rotated {
30-
3130 & ::before {
3231 content : none ;
3332 }
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ import { dataMap } from './ExternalLink';
1919import Header from './Header' ;
2020import MemberTracks from './MemberTracks' ;
2121
22- import './styles.scss' ;
22+ import styles from './styles.scss' ;
2323import Skills from './Skills' ;
2424import MemberInfo from './MemberInfo' ;
2525import Activity from './Activity' ;
2626import TcaCertificates from './TcaCertificates' ;
27- import ProfileModal from './ProfileModal' ;
27+ // import ProfileModal from './ProfileModal';
2828// import Awards from './Awards';
2929
3030/**
Original file line number Diff line number Diff line change 5656 padding-top : 32px ;
5757 }
5858}
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