[DRVWEB-4373] Add Suggestion Mode spotlight onboarding modal for docs on drive
[ProtonMail-WebClient.git] / packages / pass / styles / _text.scss
blob9b086204550bcfc34a59d5137af9c2b80aa200bc
1 @import '~@proton/styles/scss/lib/config';
3 pre {
4         // override default monospaced font applied to pre tag
5         font-family: var(--optional-font-family, 'Inter', #{$fallback-fonts});
6         margin: 0;
9 .line-height-1 {
10         line-height: 1;
14 * FIXME
15 * handle line-height within core spacing-two?
17 .text-sm {
18         line-height: 1rem;
21 .text-lg {
22         line-height: 1.25rem;
25 .text-2xl {
26         line-height: 1.5rem;
29 .color-norm-major {
30         color: var(--interaction-norm-major-3);