booticon.less 533 B

12345678910111213141516171819202122232425262728293031323334
  1. .bs-docs-booticon {
  2. display: block;
  3. font-weight: 500;
  4. color: #fff;
  5. text-align: center;
  6. cursor: default;
  7. background-color: #563d7c;
  8. border-radius: 15%;
  9. }
  10. .bs-docs-booticon-sm {
  11. width: 30px;
  12. height: 30px;
  13. font-size: 20px;
  14. line-height: 28px;
  15. }
  16. .bs-docs-booticon-lg {
  17. width: 144px;
  18. height: 144px;
  19. font-size: 108px;
  20. line-height: 140px;
  21. }
  22. .bs-docs-booticon-inverse {
  23. color: #563d7c;
  24. background-color: #fff;
  25. }
  26. .bs-docs-booticon-outline {
  27. background-color: transparent;
  28. border: 1px solid #cdbfe3;
  29. }