_common.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. .reservation-href {
  51. cursor: pointer;
  52. }
  53. .title-link {
  54. a {
  55. color: #4D4D4D;
  56. &:hover {
  57. color: #78AD42;
  58. text-decoration:none;
  59. }
  60. }
  61. }
  62. .btn-light {
  63. color: #000;
  64. background-color: #fff;
  65. border-color: #f8f9fa;
  66. border-radius: 20px;
  67. }
  68. .btn-outline-white {
  69. color: #fff;
  70. border-color: #fff;
  71. border-radius: 20px;
  72. }
  73. .btn-outline-white:hover {
  74. color: #fff;
  75. background-color: #212529;
  76. border-color: #fff;
  77. }