Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • code
  • moya-angular
  • src
  • app
  • app.component.css
  • Tuukka Kivilahti's avatar
    some stuff before lint · 8c372a50
    Tuukka Kivilahti committed Feb 10, 2018
    8c372a50 Browse Files
app.component.css 317 Bytes
BlameHistoryPermalink
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
#top-container {
  width: 100%;
  display: flex;
}

#left-menu {
  border: 1px solid green;
}



#contentarea {
  border: 1px solid blue;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#topbar {
  margin-bottom: 30px;
}

#content {
  border: 1px solid yellow;
  display: flex;
  flex-direction: row;
}