26 lines
377 B
CSS
26 lines
377 B
CSS
|
// 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;
|
||
|
font-size: 0.750em;
|
||
|
}
|
||
|
|
||
|
blockquote,
|
||
|
ul {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
ul {
|
||
|
list-style: none;
|
||
|
}
|
||
|
|
||
|
#orbit-bar,
|
||
|
.no-print {
|
||
|
display: none !important;
|
||
|
}
|
||
|
//@import "template";
|