yinghe

Untitled

Jun 28th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. //css for rates mobile
  2. .flex-calendar-month {
  3. min-width: 100%;
  4. }
  5. .flex-calendar.has-rates .day-rate {
  6. font-size: 60%;
  7. opacity: 1;
  8. }
  9.  
  10. //css for rates general
  11. .flex-calendar .flex-calendar-booking-middle,.flex-calendar .flex-calendar-booking-start {
  12. background: none !important;
  13. }
  14.  
  15.  
  16. body {
  17. color: #43425D !important;
  18. text-shadow: none !important;
  19. }
  20.  
  21. .flex-calendar .flex-calendar-booking-start .day-content, .flex-calendar .flex-calendar-booking-end .day-content {
  22. background-color: transparent !important;
  23. }
  24. .flex-calendar .flex-calendar-booking-end
  25. {
  26. background: none !important;
  27. }
  28.  
  29.  
  30. h4.flex-calendar-month-title {
  31. font-family: Playfair Display !important;
  32. font-size: 28px;
  33. border-bottom: none;
  34. }
  35.  
  36. body {
  37. font-family: Source Sans Pro;
  38. font-weight: 100 !important;
  39. }
  40.  
  41. .flex-calendar th.day-header {
  42. font-family: poppins;
  43. font-weight: 600;
  44. color: #C69454;
  45. }
  46.  
  47. .flex-calendar.has-rates .day-number {
  48. font-weight: 100;
  49. }
  50.  
  51. :is(.flex-calendar.has-rates .day-rate-hidden .day-content):before {
  52. content: "";
  53. position: absolute;
  54. top: 50%;
  55. height: 2px;
  56. background-color: #43425D;
  57. width: 100%;
  58. left: 0;
  59. z-index: 2;
  60. }
  61.  
  62. :is(.flex-calendar.has-rates .day-rate-hidden .day-content) {
  63. position: relative;
  64. }
  65.  
  66. .day-content {color: #43425D !important;}
  67.  
  68. .flex-calendar .flex-calendar-booking-start .day-content, .flex-calendar .flex-calendar-booking-end .day-content {
  69. text-shadow: none !important;
  70. }
  71.  
  72. .flex-calendar-month tr:has(.day-header) {
  73. border-bottom: 2px solid #43425D !important;
  74. line-height: 40px;
  75. }
  76.  
  77. .booking-container.flex-calendar-booking-middle.flex-calendar-out-of-range.flex-calendar-today .day-content {
  78. background-color: transparent !important;
  79. color: #fff !important;
  80. }
  81.  
  82. .booking-container.flex-calendar-booking-middle.flex-calendar-out-of-range.flex-calendar-today .day-content:after {
  83. content: "";
  84. width: 40px;
  85. height: 40px;
  86. position: absolute;
  87. left: 50%;
  88. transform: translatex(-50%);
  89. top: 0;
  90. bottom: 0;
  91. background-color: #C69454;
  92. border-radius: 100%;
  93. z-index: 0;
  94. }
  95.  
  96. .flex-calendar.has-rates .day-number {
  97. z-index: 1;
  98. position: relative;
  99. }
  100.  
  101. .pull-right.hidden-smallphone >div {
  102. display: none;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment