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
  • ..
  • info
  • info-viplist-page.component.scss
  • Tuukka Kivilahti's avatar
    still coding · 9afce9d7
    Tuukka Kivilahti committed Apr 01, 2018
    9afce9d7 Browse Files
info-viplist-page.component.scss 280 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.row {
  display: flex;
  flex-direction: row;
}

.productsRow {
  display: flex;
  flex-direction: row;
}

.productsRow:not(:last-child) {

  margin-bottom: 3px;
  border-bottom: 1px solid darkgray;
  padding-bottom: 3px;

}

.kissa:nth-child(even) {
  background-color: grey;
}