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
  • 4f6e1685   อัพกริด ใช้ toFixed Browse Code »
    trainee
    2018-07-03 18:07:28 +0700  
dashboard.component.scss 408 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
.avater {
  background-color: black;
  color: white;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  text-align: center;
  padding-top: 25px;
  top: -20px;
  &.11 {
    background-color: red;
  }
  &.yellow {
    background-color: yellow;
    color: black;
  }
  &.green {
    background-color: green;
  }
}


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