• This project
    • Loading...
  • Sign in

2020-1-capstone-design2 / 2016104145

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 2016104145
  • project
  • src
  • pages
  • Editor
  • EditorHeader
  • EditorHeader.scss
  • cutelee's avatar
    feat: 파일 로드 기능 구현 · 83ab6b42
    83ab6b42 Browse Files
    cutelee authored 2020-06-04 11:46:38 +0900
EditorHeader.scss 411 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
.my-header {
  position: fixed;
  width: 100%;
  height: 50px;
  //background: white;
  z-index: 10;

  button {
    float: right;
    height: 35px;
    margin-top: 20px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
  }

  .file-box {
    .file-box-button {
      //background: white;
    }

    #input-image-file {
      display: none;
    }
  }
}