• This project
    • Loading...
  • Sign in

2020-1-CloudComputing / C_Team_KhuDrive

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • C_Team_KhuDrive
  • frontend
  • src
  • layout
  • Page.module.scss
  • 김재형's avatar
    Implement Page component · 47a8cbd6
    47a8cbd6
    김재형 authored 2020-06-14 19:20:11 +0900
Page.module.scss 328 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
.layout {
  height: 100%;
}

.content {
  background: #fff;
  padding: 25px 50px;
}

.logo {
  width: 120px;
  height: 31px;
  margin: 16px 24px 16px 0;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.footer {
  text-align: center;
}