You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
669 B

  1. .lr-page-demo_icon .lr-page-content {
  2. padding: 0px 10px;
  3. }
  4. .lr-icon-container {
  5. display: -webkit-box;
  6. display: -webkit-flex;
  7. display: flex;
  8. -webkit-flex-flow: row wrap;
  9. justify-content: space-between;
  10. text-align: center;
  11. }
  12. .lr-icon-container a {
  13. margin: 3px;
  14. width: 50px;
  15. height: 50px;
  16. line-height: 48px;
  17. display: inline-block;
  18. text-align: center;
  19. background-color: #fff;
  20. border: 1px solid #ddd;
  21. border-radius: 25px;
  22. background-clip: padding-box;
  23. color: #8F8F94;
  24. }
  25. .lr-icon-container a > i {
  26. font-size: 24px;
  27. }