mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 00:28:03 +00:00
21 lines
356 B
SCSS
21 lines
356 B
SCSS
.read-only-email-content {
|
|
&__body {
|
|
padding-right: item-spacing(5) + 2;
|
|
}
|
|
|
|
&__content {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-right: item-spacing(9);
|
|
}
|
|
|
|
&__main {
|
|
margin: item-spacing(2 8 2 5);
|
|
}
|
|
|
|
&__item-highlighted {
|
|
font-weight: fw(normal, 7);
|
|
color: get-color(black, $email-content-color-opacity);
|
|
}
|
|
}
|