File tree Expand file tree Collapse file tree 2 files changed +31
-7
lines changed
src-ts/tools/learn/tca-certificate/validate-certificate Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 5858 >img {
5959 border : 3px solid $tc-white ;
6060 border-radius : 50% ;
61+ aspect-ratio : 1 ;
6162 }
6263
6364 .memberInfo {
149150 margin-top : $space-xxl ;
150151
151152 @include ltelg {
153+ grid-template-columns : 1fr 1fr ;
154+ }
155+
156+ @include ltesm {
152157 grid-template-columns : 1fr ;
153158 }
154159
171176
172177.modalView {
173178 .hero {
174- padding-top : $space-lg ;
175- max-height : 360px ;
179+ padding-top : $space-mx ;
180+ max-height : 440px ;
181+ min-height : 380px ;
176182
177183 @include ltesm {
178184 max-height : none ;
188194 }
189195
190196 .heroLeft {
191- transform : scale (0.67 );
192- transform-origin : 0 0 ;
197+ .member {
198+ margin-bottom : $space-xxxxl ;
199+
200+ >svg ,
201+ >img {
202+ max-width : 88px ;
203+ max-height : 88px ;
204+ }
205+ }
206+
207+ :global (p.body-large ) {
208+ font-size : 20px ;
209+ line-height : 26px ;
210+ }
193211
194- @include ltesm {
195- transform : none ;
212+ .certTitle {
213+ font-size : 40px ;
214+ line-height : 40px ;
196215 }
197216 }
198217 }
199218 }
200219
201220 .contentOuter {
202221 max-width : none ;
222+ padding-right : $space-mx ;
223+
224+ @include ltesm {
225+ padding-right : $space-lg ;
226+ }
203227
204228 >div {
205229 max-width : none !important ;
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ const ValidateTCACertificate: FC<{}> = () => {
145145 </ div >
146146 </ div >
147147 < p className = 'body-large' >
148- { profile . handle }
148+ { enrollment ?. userName }
149149 { ' ' }
150150 has successfully met the requirements of the certification
151151 </ p >
You can’t perform that action at this time.
0 commit comments