1 @import '~@proton/styles/scss/lib';
5 margin-block-start: -0.5em;
8 .contactsummary-contact-name {
10 line-height: 1.333; // design wanted 32px for line-height
12 margin-block-end: 0.25em;
16 * Make summary elements wrap at 1500
18 @include media('<=xlarge') {
19 .contactsummary-contact-name-container {
21 flex-direction: column;
24 .contactsummary-action-buttons {
26 margin-inline-start: 0;
32 * triger mobile adaptation around 1000px because... not enough space
34 @include media('>medium', '<=large') {
35 .contactsummary-container {
39 .contactsummary-photo-container {
41 margin-block-end: 0.5em;
45 .contactsummary-contact-name-container {
46 padding-inline-start: 0;
49 .contactsummary-contact-name {
50 margin-block-end: 1em;
54 .contactsummary-action-buttons {
58 .contact-view-contents,
63 .contact-summary-wrapper {
67 .contact-view-row-left {
68 flex-direction: column;
71 .contact-view-row-label {
72 max-inline-size: 100%;
75 .contact-view-row-content {
77 padding-inline-start: 0;