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

chenxiang / legao-desktop

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
  • legao-desktop
  • src
  • renderer
  • loading.css
  • cx19940809's avatar
    first-commit · a6e4ddd9
    cx19940809 committed 2024-08-06 20:12:12 +0800
    a6e4ddd9 Browse Files
loading.css 248 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
html, body {
    background-color: transparent;
}

.loadingBox {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.loadingLogo {
    max-width: 50rem;
}