_common.scss 982 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .section {
  2. padding: 80px 0;
  3. }
  4. .section-title {
  5. margin-bottom: 70px;
  6. h2 {
  7. text-transform: uppercase;
  8. font-size: 28px;
  9. font-weight: 600;
  10. }
  11. p {
  12. color: #666;
  13. }
  14. }
  15. amp-accordion {
  16. .question {
  17. padding:15px;
  18. font-weight: 600;
  19. }
  20. .fa-angle-down {
  21. font-size: 24px;
  22. padding-right: 10px;
  23. }
  24. div {
  25. padding:15px;
  26. }
  27. div {
  28. .start {
  29. padding-top: 20px;
  30. }
  31. }
  32. }
  33. .title-size {
  34. font-size: 1.1rem;
  35. padding-bottom: 5px;
  36. }
  37. .brand-color {
  38. color: #78AD42;
  39. }
  40. .reservation {
  41. position: fixed;
  42. bottom: 25px;
  43. right: 15px;
  44. }
  45. .title-link {
  46. a {
  47. color: #4D4D4D;
  48. &:hover {
  49. color: #78AD42;
  50. text-decoration:none;
  51. }
  52. }
  53. }
  54. .btn-light {
  55. color: #000;
  56. background-color: #fff;
  57. border-color: #f8f9fa;
  58. border-radius: 20px;
  59. }
  60. .btn-outline-white {
  61. color: #fff;
  62. border-color: #fff;
  63. border-radius: 20px;
  64. }
  65. .btn-outline-white:hover {
  66. color: #fff;
  67. background-color: #212529;
  68. border-color: #fff;
  69. }