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
  • 21f05184   no message Browse Code ยป
    trainee
    2018-07-04 18:12:56 +0700  
dashboard.component.scss 308 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
.avater {
  background-color: black;
  color: black;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  border-style: solid;
  border-color: black;
  text-align: center;
  padding-top: 15px;
  top: -25px;
  
}



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