You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.1 KiB
64 lines
1.1 KiB
/* You can add global styles to this file, and also import other style files */
|
|
|
|
html, body { height: 100%; }
|
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.docs-markdown {
|
|
max-width: 100%
|
|
}
|
|
|
|
.docs-markdown h1 {
|
|
display: inline-block;
|
|
font-size: 34px;
|
|
font-weight: 400;
|
|
padding: 5px
|
|
}
|
|
|
|
.docs-markdown h2 {
|
|
font-size: 24px
|
|
}
|
|
|
|
.docs-markdown h3 {
|
|
font-size: 20px
|
|
}
|
|
|
|
.docs-markdown h2,.docs-markdown h4 {
|
|
margin-top: 40px
|
|
}
|
|
|
|
.docs-markdown h5 {
|
|
font-size: 18px
|
|
}
|
|
|
|
.docs-markdown p,.docs-markdown ul,.docs-markdown ol {
|
|
font-size: 16px;
|
|
line-height: 28px
|
|
}
|
|
|
|
.docs-markdown a {
|
|
text-decoration: none
|
|
}
|
|
|
|
.docs-markdown pre {
|
|
border-radius: 5px;
|
|
display: block;
|
|
margin: 16px auto;
|
|
overflow-x: auto;
|
|
padding: 20px;
|
|
white-space: pre-wrap
|
|
}
|
|
|
|
.docs-markdown pre code {
|
|
padding: 0;
|
|
font-size: 100%
|
|
}
|
|
|
|
.docs-markdown code {
|
|
padding: 3px
|
|
}
|
|
|
|
.errorSnack {
|
|
--mdc-snackbar-container-color: #f44336;
|
|
--mdc-snackbar-supporting-text-color: #fff;
|
|
--mat-snack-bar-button-color: #fff;
|
|
}
|