_common.scss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. .faq {
  41. position: fixed;
  42. bottom: 100px;
  43. right: 15px;
  44. }
  45. .reservation {
  46. position: fixed;
  47. bottom: 25px;
  48. right: 15px;
  49. }
  50. .title-link {
  51. a {
  52. color: #4D4D4D;
  53. &:hover {
  54. color: #78AD42;
  55. text-decoration:none;
  56. }
  57. }
  58. }
  59. .btn-light {
  60. color: #000;
  61. background-color: #fff;
  62. border-color: #f8f9fa;
  63. border-radius: 20px;
  64. }
  65. .btn-outline-white {
  66. color: #fff;
  67. border-color: #fff;
  68. border-radius: 20px;
  69. }
  70. .btn-outline-white:hover {
  71. color: #fff;
  72. background-color: #212529;
  73. border-color: #fff;
  74. }