b0y-101 Mini Shell


Current Path : E:/www/b-group.old/business/applicationmba/vendor/twbs/bootstrap/docs/assets/scss/
File Upload :
Current File : E:/www/b-group.old/business/applicationmba/vendor/twbs/bootstrap/docs/assets/scss/_booticon.scss

//
// Bootstrap "B" Booticon
//

.bd-booticon {
  display: block;
  width: 9rem;
  height: 9rem;
  font-size: 6.5rem;
  line-height: 9rem;
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: $bd-purple;
  border-radius: 15%;

  &.inverse {
    color: $bd-purple;
    background-color: #fff;
  }
  &.outline {
    background-color: transparent;
    border: 1px solid $bd-purple-light;
  }
}

Copyright © 2019 by b0y-101