• This project
    • Loading...
  • Sign in

MotherProject / myYoutube

%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 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • myYoutube
  • assets
  • scss
  • partials
  • videoRecorder.scss
  • Flare-k's avatar
    [Add] Recording and User image · 40e3fd40
    40e3fd40
    Flare-k authored 2020-06-21 04:38:48 +0900
videoRecorder.scss 166 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
.record-container {
  width: 100%;
  max-width: 320px;
  margin-bottom: 50px;
  video {
    background-color: $black;
    width: 100%;
    margin-bottom: 20px;
  }
}