Files
wallet-web/src/styles/core/typography.scss
Fran Jurmanović d4659bd8a1 styles without thorn
2021-06-06 12:51:15 +02:00

55 lines
508 B
SCSS

h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0;
}
p {
margin-top: 0;
margin-bottom: 10px;
}
b,
strong {
font-weight: $font-weight-bold;
}
small {
font-size: 90%;
}
blockquote {
margin: 0;
}
ul,
ol {
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
ol ol,
ul ol {
list-style-type: upper-roman;
}
ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
list-style-type: lower-latin;
}
dd {
margin-left: 0;
}
.icon {
vertical-align: text-bottom;
}