2016-01-20 17:13:13 -05:00
|
|
|
@import "variables";
|
|
|
|
@import "mixins";
|
2019-04-07 04:57:48 -04:00
|
|
|
@import "spacing";
|
2016-01-20 17:13:13 -05:00
|
|
|
@import "html";
|
|
|
|
@import "text";
|
2019-04-07 04:57:48 -04:00
|
|
|
@import "layout";
|
2016-01-20 17:13:13 -05:00
|
|
|
@import "blocks";
|
|
|
|
@import "forms";
|
|
|
|
@import "tables";
|
|
|
|
@import "header";
|
|
|
|
@import "lists";
|
2016-02-08 15:41:40 -05:00
|
|
|
@import "pages";
|
|
|
|
|
2019-09-01 05:55:00 -04:00
|
|
|
|
|
|
|
html, body {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
|
2018-03-17 13:12:01 -04:00
|
|
|
body {
|
|
|
|
font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
2019-04-07 04:57:48 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2018-03-17 13:12:01 -04:00
|
|
|
}
|
|
|
|
|
2016-02-08 15:41:40 -05:00
|
|
|
table {
|
|
|
|
border-spacing: 0;
|
|
|
|
border-collapse: collapse;
|
2018-02-04 12:35:01 -05:00
|
|
|
}
|
|
|
|
|
2019-04-07 04:57:48 -04:00
|
|
|
.page-content {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
2018-02-04 12:35:01 -05:00
|
|
|
// Prevent code block overflow on export
|
|
|
|
pre {
|
|
|
|
padding-left: 12px;
|
|
|
|
}
|
|
|
|
pre:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
pre code {
|
|
|
|
white-space: pre-wrap;
|
2016-02-08 15:41:40 -05:00
|
|
|
}
|