mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
28 lines
523 B
SCSS
28 lines
523 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by gulp docs:copy:bs-docs
|
|
|
|
//
|
|
// 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;
|
|
}
|
|
}
|