dashboard.component.scss 1.41 KB
.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;
}
.avater2 {
  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: -55px;
  left: 70px;
}


.a {
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow:ellipsis;
}


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

.panel {
  padding: 30px;
}

btn.active {
  color: #333;
  background-color: red;
}

.form-control {
  outline: 0 !important;
}

.font {
  font-family: "Open Sans",sans-serif;
}

.badge {
  font-size: 11px!important;
  font-weight: 300;
  height: 18px;
  color: #fff;
  background-color:#32c5d2;
  padding: 3px 6px;
  -webkit-border-radius: 12px!important;
  -moz-border-radius: 12px!important;
  border-radius: 12px!important;
  text-shadow: none!important;
  text-align: center;
  vertical-align: middle;
  position: absolute;
    top: 4px;
    right: 0px;
}

.button {
  background-color: white;
  border-color: #32c5d2;
  color: #32c5d2;
  display: inline-block;
  cursor: pointer;
}

.btn:focus {
  color: white;
  background: #32c5d2;
  border-color: #32c5d2;
}