mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
18 lines
288 B
SCSS
18 lines
288 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;
|
|
} |