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.

78 lines
1.8KB

  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-order-summary {
  20. ul {
  21. li {
  22. margin-bottom: 10px ;
  23. }
  24. }
  25. }
  26. .alert {
  27. padding: 0px ;
  28. &.alert-danger {
  29. padding: 12px;
  30. h5 {
  31. margin-top: 10px;
  32. margin-bottom: 10px;
  33. }
  34. }
  35. strong {
  36. font-weight: bold ;
  37. }
  38. .glyphicon-big {
  39. font-size: 90px ;
  40. color: white ;
  41. padding: 30px ;
  42. float: left ;
  43. }
  44. div.content {
  45. color: #333 ;
  46. padding: 20px ;
  47. margin-left: 151px ;
  48. h3 {
  49. font-family: 'capsuularegular' ;
  50. font-size: 30px ;
  51. color: #333 ;
  52. margin-bottom: 20px ;
  53. margin-top: 0px ;
  54. margin-left: 0px ;
  55. text-align: left ;
  56. padding-left: 0px ;
  57. line-height: 35px ;
  58. text-transform: none ;
  59. }
  60. .locality {
  61. color: gray ;
  62. }
  63. }
  64. }
  65. }
  66. }