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

Evanlai / ebookcoin

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
  • ebookcoin
  • app
  • styles
  • language.less
  • Evanlai's avatar
    add login page · 7744de45
    7744de45 Browse Files
    Evanlai authored 2016-12-23 10:28:05 +0800
language.less 232 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/* Language Settings */

.language-selector {
  .flag {
    text-align: center;
    img {
      margin-top: 10px;
    }
  }
}

/* Language Overrides */

/* Chinese */

.zh {
  font-family: "Microsoft Yahei", "Roboto", sans-serif;
}