mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
29 lines
400 B
SCSS
29 lines
400 B
SCSS
@import "mixin", "color";
|
|
|
|
body {
|
|
background: $background-color;
|
|
font-family: Open Sans, sans-serif;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.clear {
|
|
clear: both;
|
|
}
|
|
|
|
pre {
|
|
background: #fff;
|
|
@include border-radius(3px);
|
|
border: 1px solid $content-border-color;
|
|
padding: 5px;
|
|
}
|
|
|
|
article {
|
|
background: #fff;
|
|
padding: 5px;
|
|
margin: 0;
|
|
|
|
p {
|
|
line-height: 1.5em;
|
|
}
|
|
}
|