2021-04-19 03:12:43 +00:00
|
|
|
// Customize this scss file as you need to fit the design
|
|
|
|
@charset "utf-8";
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
|
|
|
|
line-height: 1.3;
|
2021-06-28 14:34:40 +00:00
|
|
|
font-size: 1em;
|
2021-04-19 03:12:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
blockquote,
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#orbit-bar,
|
|
|
|
.no-print {
|
|
|
|
display: none !important;
|
|
|
|
}
|