GITLAB

SourceCode / smartzone-home

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • smartzone-home
  • src
  • app
  • dashboard
  • dashboard.component.scss
  • 1a550361   no message Browse Code ยป
    trainee
    2018-07-04 15:26:26 +0700  
dashboard.component.scss 410 Bytes
Edit Raw Blame History
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 28
.avater {
  background-color: black;
  color: black;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  text-align: center;
  padding-top: 25px;
  top: -20px;
  &.red {
    background-color: red;
  }
  &.yellow {
    background-color: yellow;
    color: black;
  }
  &.green {
    background-color: green;
  }
}



.dashboard-stat {
  overflow: visible;
  height: 210px;
}