Skip to content
  • This project
    • Loading...
  • Sign in

xqz / dianDemo

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • dianDemo
  • src
  • assets
  • css
  • index.scss
  • 宋楠's avatar
    h5 · c6bd6058
    宋楠 committed 2020-04-20 22:14:10 +0800
    c6bd6058 Browse Files
index.scss 264 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
@import './variables.scss';
@import './mixin.scss';
 
html,
body
.app {
  color: #333333;
  font-family: Arial, Helvetica, 'STHeiti STXihei', 'Microsoft YaHei', Tohoma, sans-serif;
  background-color: $background-color;
}
 
.app-container{
  padding-bottom:50px;
}