mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
18 lines
297 B
SCSS
18 lines
297 B
SCSS
/* -------------------------------------------------
|
|
Page styles
|
|
------------------------------------------------- */
|
|
|
|
html {
|
|
font-family: Tahoma, sans-serif;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.contents {
|
|
width: 960px;
|
|
margin: 0 auto;
|
|
padding: 1px 0;
|
|
|
|
article {
|
|
margin: 60px 0 30px;
|
|
}
|
|
} |