Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

ds147000 / react-project-storage

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • react-project-storage
  • src
  • components
  • iframe
  • index.scss
  • 杨周龙's avatar
    集成stylelint · bea92af9
    杨周龙 committed Dec 14, 2020
    bea92af9 Browse Files
index.scss 324 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.iframe {
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.iframe-box {
    align-items: center;
    display: flex;
    height: calc(100vh - 100px);
    justify-content: center;
    overflow: auto;
    width: 100%;
}

.iframe-loading {
    left: 50%;
    position: fixed;
    top: 50%;
}