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.

34 lines
794 B

10 years ago
10 years ago
  1. .panel-pricing {
  2. -moz-transition: all .3s ease;
  3. -o-transition: all .3s ease;
  4. -webkit-transition: all .3s ease;
  5. }
  6. .panel-pricing:hover {
  7. box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  8. }
  9. .panel-pricing .panel-heading {
  10. padding: 20px 10px;
  11. }
  12. .panel-pricing .panel-heading .glyphicon {
  13. margin-top: 10px;
  14. font-size: 58px;
  15. }
  16. .panel-pricing .list-group-item {
  17. color: #777777;
  18. border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  19. }
  20. .panel-pricing .list-group-item:last-child {
  21. border-bottom-right-radius: 0px;
  22. border-bottom-left-radius: 0px;
  23. }
  24. .panel-pricing .list-group-item:first-child {
  25. border-top-right-radius: 0px;
  26. border-top-left-radius: 0px;
  27. }
  28. .panel-pricing .panel-body {
  29. background-color: #f0f0f0;
  30. font-size: 40px;
  31. color: #777777;
  32. padding: 20px;
  33. margin: 0px;
  34. }