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.

57 lines
1.3KB

  1. .order-confirm #main {
  2. #order-success {
  3. .alert.alert-success {
  4. .glyphicon-big {
  5. background-color: #00A65A ;
  6. }
  7. }
  8. .alert.alert-info {
  9. .glyphicon-big {
  10. background-color: #0097BC ;
  11. padding: 55px 30px ;
  12. }
  13. .content {
  14. .glyphicon {
  15. margin-right: 5px ;
  16. }
  17. }
  18. }
  19. .alert {
  20. padding: 0px ;
  21. .glyphicon-big {
  22. font-size: 90px ;
  23. color: white ;
  24. padding: 30px ;
  25. float: left ;
  26. }
  27. div.content {
  28. color: #333 ;
  29. padding: 20px ;
  30. margin-left: 151px ;
  31. h3 {
  32. font-family: 'capsuularegular' ;
  33. font-size: 30px ;
  34. color: #333 ;
  35. margin-bottom: 20px ;
  36. margin-top: 0px ;
  37. margin-left: 0px ;
  38. text-align: left ;
  39. padding-left: 0px ;
  40. line-height: 35px ;
  41. text-transform: none ;
  42. }
  43. .locality {
  44. color: gray ;
  45. }
  46. }
  47. }
  48. }
  49. }