• 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
  • ImageResizer
  • ImageResizer.scss
  • cutelee's avatar
    최종보고서 제출 · d71e8779
    d71e8779
    cutelee authored 2020-06-20 18:22:35 +0900
ImageResizer.scss 332 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
.image-resize-button {
  position: absolute;
  bottom: 20px;
  right: 20px;

  button {
    background: none;
    border: none;
    color: white;
    font-size: 23px;
    margin-right: 10px;
    cursor: pointer;

    &:focus {
      outline: none;
    }
    &:hover {
      transition: 0.2s;
      transform: scale(1.2);
    }
  }
}