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
  • 959adaeb   แก้ตำแหน่งของคอมเม้น Browse Code »
    trainee
    2018-07-05 11:13:20 +0700  
dashboard.component.scss 323 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: -20px;
  left: -3px;
  
}

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