Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Max Mecklin / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 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
  • viplist
  • viplist.component.scss
  • Tuukka Kivilahti's avatar
    sass and some ui stuff · 3ce47fa0
    Tuukka Kivilahti committed Feb 10, 2018
    3ce47fa0 Browse Files
viplist.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;
}