_animations.less
7 years ago
_base.less
4 years ago
_customize.less
4 years ago
_elements.less
1 year ago
_overrides.less
4 years ago
_utils.less
6 years ago
_variables.less
4 years ago
amelia-booking.less
1 year ago
booking.less
2 years ago
cabinet.less
1 year ago
catalog.less
2 years ago
dialog-appointment.less
3 years ago
dialog-attendees.less
2 years ago
dialog-event.less
3 years ago
events.less
2 years ago
quill.less
4 years ago
rtl.less
4 years ago
search.less
2 years ago
service.less
4 years ago
_variables.less
405 lines
| 1 | @custom-font-selected: unselected; |
| 2 | @font-url: ""; |
| 3 | |
| 4 | & when (@custom-font-selected = unselected) { |
| 5 | @import "../common/font"; |
| 6 | }; |
| 7 | |
| 8 | & when (@custom-font-selected = selected) { |
| 9 | @font-face { |
| 10 | font-family: @font; |
| 11 | src: url(@font-url) format('woff'), url(@font-url) format('woff2'), url(@font-url); |
| 12 | } |
| 13 | } |
| 14 | |
| 15 | |
| 16 | //COLORS |
| 17 | @color-text-second: #354052; |
| 18 | @color-divider-gray: #E2E6EC; |
| 19 | @color-icon: #616E7C; |
| 20 | @color-url: #7F8FA4; |
| 21 | @color-highlight: #f9f9f9; |
| 22 | @color-dark-gray: #A9B2BC; |
| 23 | @color-gray: #D3DDEA; |
| 24 | @color-light-gray: #f2f3f5; |
| 25 | //@color-red: #FF4949; |
| 26 | @color-green: #5FCE19; |
| 27 | @color-orange: #FFA700; |
| 28 | @color-blue: #1A84EE; |
| 29 | @color-black: #000000; |
| 30 | @color-red: #FF0000; |
| 31 | |
| 32 | //customizable |
| 33 | @color-accent: #1A84EE; |
| 34 | @color-white: #FFFFFF; |
| 35 | @color-text-prime: #354052; |
| 36 | @color-bgr: #FFFFFF; |
| 37 | @color-gradient1: #1A84EE; |
| 38 | @color-gradient2: #0454A2; |
| 39 | @color-dropdown: #FFFFFF; |
| 40 | @color-dropdown-text: #354052; |
| 41 | @color-input: #FFFFFF; |
| 42 | @color-input-text: #354052; |
| 43 | |
| 44 | @color-search-filters-bg: #fff; |
| 45 | |
| 46 | // sbs - (STEP BY STEP), ssf - (SELECT SERVICE FORM) |
| 47 | @sbs-ssf-bgr-color: #FFFFFF; |
| 48 | @sbs-ssf-text-color: #354052; |
| 49 | @sbs-ssf-input-color: #FFFFFF; |
| 50 | @sbs-ssf-input-text-color: #354052; |
| 51 | @sbs-ssf-dropdown-color: #FFFFFF; |
| 52 | @sbs-ssf-dropdown-text-color: #354052; |
| 53 | // sbs - (STEP BY STEP), cf - (CALENDAR FORM) |
| 54 | @sbs-cf-gradient1: #1A84EE; |
| 55 | @sbs-cf-gradient2: #0454A2; |
| 56 | @sbs-cf-gradient-angle: 135deg; |
| 57 | @sbs-cf-text-color: #FFFFFF; |
| 58 | // sbs - (STEP BY STEP), rsf - (RECURRING SETUP FORM) |
| 59 | @sbs-rsf-gradient1: #1A84EE; |
| 60 | @sbs-rsf-gradient2: #0454A2; |
| 61 | @sbs-rsf-gradient-angle: 135deg; |
| 62 | @sbs-rsf-text-color: #FFFFFF; |
| 63 | @sbs-rsf-input-color: rgba(0, 0, 0, 0); |
| 64 | @sbs-rsf-input-text-color: #FFFFFF; |
| 65 | @sbs-rsf-dropdown-color: #FFFFFF; |
| 66 | @sbs-rsf-dropdown-text-color: #354052; |
| 67 | // sbs - (STEP BY STEP), rdf - (RECURRING DATES FORM) |
| 68 | @sbs-rdf-bgr-color: #FFFFFF; |
| 69 | @sbs-rdf-text-color: #354052; |
| 70 | @sbs-rdf-input-color: #FFFFFF; |
| 71 | @sbs-rdf-input-text-color: #354052; |
| 72 | @sbs-rdf-dropdown-color: #FFFFFF; |
| 73 | @sbs-rdf-dropdown-text-color: #354052; |
| 74 | // sbs - (STEP BY STEP), spf - (SELECT PACKAGE FORM) |
| 75 | @sbs-spf-bgr-color: #FFFFFF; |
| 76 | @sbs-spf-text-color: #354052; |
| 77 | @sbs-spf-input-color: #FFFFFF; |
| 78 | @sbs-spf-input-text-color: #354052; |
| 79 | @sbs-spf-dropdown-color: #FFFFFF; |
| 80 | @sbs-spf-dropdown-text-color: #354052; |
| 81 | // sbs - (STEP BY STEP), pif - (PACKAGE INFO FORM) |
| 82 | @sbs-pif-bgr-color: #FFFFFF; |
| 83 | @sbs-pif-text-color: #354052; |
| 84 | // sbs - (STEP BY STEP), psf - (PACKAGE SETUP FORM) |
| 85 | @sbs-psf-gradient1: #1A84EE; |
| 86 | @sbs-psf-gradient2: #0454A2; |
| 87 | @sbs-psf-gradient-angle: 135deg; |
| 88 | @sbs-psf-text-color: #FFFFFF; |
| 89 | @sbs-psf-input-color: rgba(0, 0, 0, 0); |
| 90 | @sbs-psf-input-text-color: #FFFFFF; |
| 91 | @sbs-psf-dropdown-color: #FFFFFF; |
| 92 | @sbs-psf-dropdown-text-color: #354052; |
| 93 | // sbs - (STEP BY STEP), plf - (PACKAGE LIST FORM) |
| 94 | @sbs-plf-bgr-color: #FFFFFF; |
| 95 | @sbs-plf-text-color: #354052; |
| 96 | // sbs - (STEP BY STEP), caf - (CONFIRMATION APPOINTMENT FORM) |
| 97 | @sbs-caf-bgr-color: #FFFFFF; |
| 98 | @sbs-caf-text-color: #354052; |
| 99 | @sbs-caf-input-color: #FFFFFF; |
| 100 | @sbs-caf-input-text-color: #354052; |
| 101 | @sbs-caf-dropdown-color: #FFFFFF; |
| 102 | @sbs-caf-dropdown-text-color: #354052; |
| 103 | // sbs - (STEP BY STEP), cpf - (CONFIRMATION PACKAGE FORM) |
| 104 | @sbs-cpf-bgr-color: #FFFFFF; |
| 105 | @sbs-cpf-text-color: #354052; |
| 106 | @sbs-cpf-input-color: #FFFFFF; |
| 107 | @sbs-cpf-input-text-color: #354052; |
| 108 | @sbs-cpf-dropdown-color: #FFFFFF; |
| 109 | @sbs-cpf-dropdown-text-color: #354052; |
| 110 | // sbs - (STEP BY STEP), coa - (CONGRATULATION APPOINTMENT) |
| 111 | @sbs-coa-bgr-color: #FFFFFF; |
| 112 | @sbs-coa-text-color: #354052; |
| 113 | @sbs-coa-input-color: #FFFFFF; |
| 114 | @sbs-coa-input-text-color: #354052; |
| 115 | @sbs-coa-dropdown-color: #FFFFFF; |
| 116 | @sbs-coa-dropdown-text-color: #354052; |
| 117 | // sbs - (STEP BY STEP), cop - (CONGRATULATION PACKAGE) |
| 118 | @sbs-cop-bgr-color: #FFFFFF; |
| 119 | @sbs-cop-text-color: #354052; |
| 120 | @sbs-cop-input-color: #FFFFFF; |
| 121 | @sbs-cop-input-text-color: #354052; |
| 122 | @sbs-cop-dropdown-color: #FFFFFF; |
| 123 | @sbs-cop-dropdown-text-color: #354052; |
| 124 | // cf - (CATALOG FORM), ssf - (SELECT SERVICE FORM) |
| 125 | @cf-ssf-bgr-color: #FFFFFF; |
| 126 | @cf-ssf-text-color: #354052; |
| 127 | @cf-ssf-input-color: #FFFFFF; |
| 128 | @cf-ssf-input-text-color: #354052; |
| 129 | @cf-ssf-dropdown-color: #FFFFFF; |
| 130 | @cf-ssf-dropdown-text-color: #354052; |
| 131 | // cf - (CATALOG FORM), cf - (CALENDAR FORM) |
| 132 | @cf-cf-gradient1: #1A84EE; |
| 133 | @cf-cf-gradient2: #0454A2; |
| 134 | @cf-cf-gradient-angle: 135deg; |
| 135 | @cf-cf-text-color: #FFFFFF; |
| 136 | // cf - (CATALOG FORM), rsf - (RECURRING SETUP FORM) |
| 137 | @cf-rsf-gradient1: #1A84EE; |
| 138 | @cf-rsf-gradient2: #0454A2; |
| 139 | @cf-rsf-gradient-angle: 135deg; |
| 140 | @cf-rsf-text-color: #FFFFFF; |
| 141 | @cf-rsf-input-color: rgba(0, 0, 0, 0); |
| 142 | @cf-rsf-input-text-color: #FFFFFF; |
| 143 | @cf-rsf-dropdown-color: #FFFFFF; |
| 144 | @cf-rsf-dropdown-text-color: #354052; |
| 145 | // cf - (CATALOG FORM), rdf - (RECURRING DATES FORM) |
| 146 | @cf-rdf-bgr-color: #FFFFFF; |
| 147 | @cf-rdf-text-color: #354052; |
| 148 | @cf-rdf-input-color: #FFFFFF; |
| 149 | @cf-rdf-input-text-color: #354052; |
| 150 | @cf-rdf-dropdown-color: #FFFFFF; |
| 151 | @cf-rdf-dropdown-text-color: #354052; |
| 152 | // cf - (CATALOG FORM), psf - (PACKAGE SETUP FORM) |
| 153 | @cf-psf-gradient1: #1A84EE; |
| 154 | @cf-psf-gradient2: #0454A2; |
| 155 | @cf-psf-gradient-angle: 135deg; |
| 156 | @cf-psf-text-color: #FFFFFF; |
| 157 | @cf-psf-input-color: rgba(0, 0, 0, 0); |
| 158 | @cf-psf-input-text-color: #FFFFFF; |
| 159 | @cf-psf-dropdown-color: #FFFFFF; |
| 160 | @cf-psf-dropdown-text-color: #354052; |
| 161 | // cf - (CATALOG FORM), plf - (PACKAGE LIST FORM) |
| 162 | @cf-plf-bgr-color: #FFFFFF; |
| 163 | @cf-plf-text-color: #354052; |
| 164 | // cf - (CATALOG FORM), caf - (CONFIRMATION APPOINTMENT FORM) |
| 165 | @cf-caf-bgr-color: #FFFFFF; |
| 166 | @cf-caf-text-color: #354052; |
| 167 | @cf-caf-input-color: #FFFFFF; |
| 168 | @cf-caf-input-text-color: #354052; |
| 169 | @cf-caf-dropdown-color: #FFFFFF; |
| 170 | @cf-caf-dropdown-text-color: #354052; |
| 171 | // cf - (CATALOG FORM), cpf - (CONFIRMATION PACKAGE FORM) |
| 172 | @cf-cpf-bgr-color: #FFFFFF; |
| 173 | @cf-cpf-text-color: #354052; |
| 174 | @cf-cpf-input-color: #FFFFFF; |
| 175 | @cf-cpf-input-text-color: #354052; |
| 176 | @cf-cpf-dropdown-color: #FFFFFF; |
| 177 | @cf-cpf-dropdown-text-color: #354052; |
| 178 | // cf - (CATALOG FORM), coa - (CONGRATULATIONS APPOINTMENT FORM) |
| 179 | @cf-coa-bgr-color: #FFFFFF; |
| 180 | @cf-coa-text-color: #354052; |
| 181 | @cf-coa-input-color: #FFFFFF; |
| 182 | @cf-coa-input-text-color: #354052; |
| 183 | @cf-coa-dropdown-color: #FFFFFF; |
| 184 | @cf-coa-dropdown-text-color: #354052; |
| 185 | // cf - (CATALOG FORM), cop - (CONGRATULATIONS PACKAGE FORM) |
| 186 | @cf-cop-bgr-color: #FFFFFF; |
| 187 | @cf-cop-text-color: #354052; |
| 188 | @cf-cop-input-color: #FFFFFF; |
| 189 | @cf-cop-input-text-color: #354052; |
| 190 | @cf-cop-dropdown-color: #FFFFFF; |
| 191 | @cf-cop-dropdown-text-color: #354052; |
| 192 | // elf - (EVENT LIST FORM) |
| 193 | @elf-bgr-color: #FFFFFF; |
| 194 | @elf-text-color: #354052; |
| 195 | @elf-input-color: #FFFFFF; |
| 196 | @elf-input-text-color: #354052; |
| 197 | @elf-dropdown-color: #FFFFFF; |
| 198 | @elf-dropdown-text-color: #354052; |
| 199 | // ecf - (EVENT CALENDAR FORM), cef - (CONFIRM EVENT FORM) |
| 200 | @ecf-cef-bgr-color: #FFFFFF; |
| 201 | @ecf-cef-text-color: #354052; |
| 202 | @ecf-cef-input-color: #FFFFFF; |
| 203 | @ecf-cef-input-text-color: #354052; |
| 204 | @ecf-cef-dropdown-color: #FFFFFF; |
| 205 | @ecf-cef-dropdown-text-color: #354052; |
| 206 | // ecf - (EVENT CALENDAR FORM), coe - (CONGRATULATIONS EVENT FORM) |
| 207 | @ecf-coe-bgr-color: #FFFFFF; |
| 208 | @ecf-coe-text-color: #354052; |
| 209 | @ecf-coe-input-color: #FFFFFF; |
| 210 | @ecf-coe-input-text-color: #354052; |
| 211 | @ecf-coe-dropdown-color: #FFFFFF; |
| 212 | @ecf-coe-dropdown-text-color: #354052; |
| 213 | |
| 214 | //font family |
| 215 | @font: 'Amelia Roboto', sans-serif; |
| 216 | |
| 217 | //------------------------------- |
| 218 | |
| 219 | //WIDTHS |
| 220 | @page-wrap: 1600px; |
| 221 | |
| 222 | //HEIGHTS |
| 223 | @wrap-min-height: 720px; |
| 224 | |
| 225 | //FONTS |
| 226 | // Roboto |
| 227 | // @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext'); |
| 228 | |
| 229 | // Lato |
| 230 | // @import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&subset=latin-ext'); |
| 231 | |
| 232 | // Merriweather |
| 233 | // @import url('https://fonts.googleapis.com/css?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap&css'); |
| 234 | // font-family: 'Merriweather', serif; |
| 235 | |
| 236 | // Montserrat |
| 237 | // @import url('https://fonts.googleapis.com/css?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&css'); |
| 238 | // font-family: 'Montserrat', sans-serif; |
| 239 | |
| 240 | // Mulish |
| 241 | // @import url('https://fonts.googleapis.com/css?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&css'); |
| 242 | // font-family: 'Mulish', sans-serif; |
| 243 | |
| 244 | // Nunito |
| 245 | // @import url('https://fonts.googleapis.com/css?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap&css'); |
| 246 | // font-family: 'Nunito', sans-serif; |
| 247 | |
| 248 | // Asap Condensed |
| 249 | // @import url('https://fonts.googleapis.com/css?family=Asap+Condensed:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap&css'); |
| 250 | // font-family: 'Asap Condensed', sans-serif; |
| 251 | |
| 252 | // Open Sans |
| 253 | // @import url('https://fonts.googleapis.com/css?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap&css'); |
| 254 | // font-family: 'Open Sans', sans-serif; |
| 255 | |
| 256 | // Barlow |
| 257 | // @import url('https://fonts.googleapis.com/css?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&css'); |
| 258 | // font-family: 'Barlow', sans-serif; |
| 259 | |
| 260 | // Oswald |
| 261 | // @import url('https://fonts.googleapis.com/css?family=Oswald:wght@200;300;400;500;600;700&display=swap&css'); |
| 262 | // font-family: 'Oswald', sans-serif; |
| 263 | |
| 264 | // Bitter |
| 265 | // @import url('https://fonts.googleapis.com/css?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&css'); |
| 266 | // font-family: 'Bitter', serif; |
| 267 | |
| 268 | // Poppins |
| 269 | // @import url('https://fonts.googleapis.com/css?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap&css'); |
| 270 | // font-family: 'Poppins', sans-serif; |
| 271 | |
| 272 | // Carme |
| 273 | // @import url('https://fonts.googleapis.com/css?family=Carme&display=swap&css'); |
| 274 | |
| 275 | //font weight |
| 276 | @light: 300; |
| 277 | @regular: 400; |
| 278 | @medium: 500; |
| 279 | @bold: 700; |
| 280 | |
| 281 | //------------------------------- |
| 282 | |
| 283 | //font size |
| 284 | @big-fs: 24px; |
| 285 | @medium-fs: 18px; |
| 286 | @regular-fs: 16px; |
| 287 | @small-fs: 14px; |
| 288 | @mini-fs: 12px; |
| 289 | |
| 290 | //color |
| 291 | @h1-color: @color-text-prime; |
| 292 | @h2-color: @color-text-prime; |
| 293 | @h3-color: @color-text-prime; |
| 294 | @h4-color: @color-text-prime; |
| 295 | @h5-color: @color-text-prime; |
| 296 | |
| 297 | //weight |
| 298 | @h1-fw: @regular; |
| 299 | @h2-fw: @light; |
| 300 | @h3-fw: @regular; |
| 301 | @h4-fw: @medium; |
| 302 | |
| 303 | //line height |
| 304 | @h1-lh: 1.5; |
| 305 | @h2-lh: 1.5; |
| 306 | @h3-lh: 1.5; |
| 307 | @h4-lh: 1.5; |
| 308 | |
| 309 | @h1-fs: @big-fs; |
| 310 | @h2-fs: @medium-fs; |
| 311 | @h3-fs: @regular-fs; |
| 312 | @h4-fs: @regular-fs; |
| 313 | |
| 314 | //padding and margin |
| 315 | @h1-padding: 28px 0 28px 0; |
| 316 | @padding-extra-big: 56px; |
| 317 | @padding-big: 24px; |
| 318 | @padding-medium: 16px; |
| 319 | @padding-small: 8px; |
| 320 | |
| 321 | @margin-extra-big: 56px; |
| 322 | @margin-big: 24px; |
| 323 | @margin-medium: 16px; |
| 324 | @margin-small: 8px; |
| 325 | |
| 326 | //------------------------------- |
| 327 | |
| 328 | // MEDIA QUERIES |
| 329 | |
| 330 | //brakepoints |
| 331 | @bp-xsmall-max: 479px; |
| 332 | @bp-xsmall-min: 481px; |
| 333 | @bp-small-max: 767px; |
| 334 | @bp-small-min: 768px; |
| 335 | @bp-medium-max: 991px; |
| 336 | @bp-medium-min: 992px; |
| 337 | @bp-large-max: 1199px; |
| 338 | @bp-large-min: 1200px; |
| 339 | @bp-xlarge-max: 1600px; |
| 340 | @bp-xlarge-min: 1601px; |
| 341 | |
| 342 | //@media |
| 343 | @less-then-xlarge: ~"only screen and ( max-width:" @bp-xlarge-max ~")"; |
| 344 | @less-then-large: ~"only screen and ( max-width:" @bp-large-max ~")"; |
| 345 | @less-then-medium: ~"only screen and ( max-width:" @bp-medium-max ~")"; |
| 346 | @less-then-small: ~"only screen and ( max-width:" @bp-small-max ~")"; |
| 347 | @less-then-xsmall: ~"only screen and ( max-width:" @bp-xsmall-max ~")"; |
| 348 | |
| 349 | @more-then-xlarge: ~"only screen and ( min-width:" @bp-xlarge-min ~")"; |
| 350 | @more-then-large: ~"only screen and ( min-width:" @bp-large-min ~")"; |
| 351 | @more-then-medium: ~"only screen and ( min-width:" @bp-medium-min ~")"; |
| 352 | @more-then-small: ~"only screen and ( min-width:" @bp-small-min ~")"; |
| 353 | |
| 354 | @from-small-to-medium: ~"only screen and (min-width:" @bp-small-min ~") and (max-width:" @bp-medium-max ~")"; |
| 355 | @from-small-to-large: ~"only screen and (min-width:" @bp-small-min ~") and (max-width:" @bp-large-max ~")"; |
| 356 | @from-medium-to-large: ~"only screen and (min-width:" @bp-medium-min ~") and (max-width:" @bp-large-max ~")"; |
| 357 | @from-medium-to-xlarge: ~"only screen and (min-width:" @bp-medium-min ~") and (max-width:" @bp-xlarge-max ~")"; |
| 358 | @from-large-to-xlarge: ~"only screen and (min-width:" @bp-large-min ~") and (max-width:" @bp-xlarge-max ~")"; |
| 359 | |
| 360 | //------------------------------- |
| 361 | |
| 362 | // BORDERS / DIVIDERS |
| 363 | |
| 364 | //border radius |
| 365 | |
| 366 | @border-radius: 6px; |
| 367 | |
| 368 | //------------------------------- |
| 369 | |
| 370 | // BUTTONS |
| 371 | |
| 372 | //color |
| 373 | @btn-light-bg: @color-white; |
| 374 | @btn-light-font: @color-white; |
| 375 | |
| 376 | //font weight |
| 377 | @btn-fw: @medium; |
| 378 | |
| 379 | //font size |
| 380 | @btn-xlarge-fs: 15px; |
| 381 | @btn-large-fs: 15px; |
| 382 | @btn-small-fs: 14px; |
| 383 | |
| 384 | //border radius |
| 385 | @btn-border-radius: 6px; |
| 386 | |
| 387 | //padding |
| 388 | @btn-xlarge-pad: 20px 65px; |
| 389 | @btn-large-pad: 13px 20px; |
| 390 | @btn-medium-pad: 10px 20px; |
| 391 | @btn-small-pad: 10px 15px; |
| 392 | |
| 393 | //letter spacing |
| 394 | @btn-letter-spacing: 1px; |
| 395 | |
| 396 | //------------------------------- |
| 397 | |
| 398 | // SECTIONS |
| 399 | |
| 400 | //------------------------------- |
| 401 | |
| 402 | @section-padding: 80px 0 50px; |
| 403 | |
| 404 | //------------------------------- |
| 405 |