1
0
mirror of https://github.com/moparisthebest/mail synced 2024-08-13 16:43:47 -04:00
mail/src/sass/blocks/basics/_typo.scss
Tankred Hase 809de91354 [WO-895] Implement encrypted private key imap sync
* Add copy and paste private key import during setup
* Simplify key setup screen (login-initial) import option
* Make checkbox background color white
2015-04-01 00:48:16 +02:00

31 lines
499 B
SCSS

.typo-title {
font-size: $font-size-bigger;
color: $color-main;
margin: 0 0 10px;
@include respond-to(md) {
font-size: $font-size-huge;
}
}
.typo-paragraph {
margin: 0 0 10px;
strong {
font-weight: normal;
color: $color-main;
}
em {
font-style: italic;
}
a {
color: $color-main;
text-decoration: underline;
}
}
.typo-code {
font-family: monospace;
font-weight: bold;
user-select: text;
}