aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/project-dashboard/project-dashboard.styl
blob: 01e2a67e9989367d6f348de26b8321a1d12da0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Set the component style here */
.os-project-dashboard
  .sm-info-boxes
    display: flex
    flex-flow: row wrap;
    justify-content: space-around

  .sm-list-info-boxes 
    display: flex;
    flex-flow: row wrap 
    justify-content: space-around
    
    >.sm-item
      margin: 10px;