• This project
    • Loading...
  • Sign in

박선진 / video-emergency-detection

%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 3
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • video-emergency-detection
  • ..
  • Selects
  • Selects.module.scss
  • 박선진's avatar
    add front-end template code · 651fff84 ...
    651fff84
    going to fix it suitably for my project
    박선진 authored 2020-06-18 11:30:52 +0900
Selects.module.scss 331 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
@import '../../../../styles/app';

.selects {
  display: flex;
  margin: $spacer / 2 0;

  & > div {
    height: 50px;

    button {
      width: 100%;
      margin-right: 0;
    }

    &:first-child {
      width: 65%;
    }

    &:last-child {
      width: calc(35% - #{$spacer / 2});
      margin-left: $spacer / 2;
    }
  }
}