Files
vue-ts-example/src/layouts/sakai-vue/styles/_core.scss
严浩 e91582db23
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 1m41s
/ playwright (push) Failing after 3m26s
/ depcheck (push) Successful in 1m10s
feat: 添加新的 Sakai Vue 布局和样式,重构基础样式,更新 README,调整插件配置
2024-12-25 14:14:55 +08:00

24 lines
358 B
SCSS

html {
height: 100%;
font-size: 14px;
}
body {
font-family: 'Lato', sans-serif;
color: var(--text-color);
background-color: var(--surface-ground);
margin: 0;
padding: 0;
min-height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
text-decoration: none;
}
.layout-wrapper {
min-height: 100vh;
}