Skip to main content

Style Customization

Please be aware that this structure can change - changes to the structure or similar will be communicated within this page.

Basic configuration

The panel allows the hotelier to modify the basic configuration for styles.

text

ConfigurationDescription
Text font familyGlobal font family (descriptions, amenities, prices, buttons, etc)
Title font familyHeadings font family (property name, room name, rate plan name, etc)
Main colorBrand main color (search bar background, links)
Container backgroundPage background
Primary buttons backgroundMain buttons background color (select property, select rate plan, etc)
Secondary buttons backgroundSecondary action buttons background color (modify search, continue to checkout in special offers page, etc)

Advanced configuration

Also, the panel has an advanced mode that allows the hotelier or web agency to apply CSS/LESS logic by using the detailed LESS/CSS classes or creating new ones.

text

Global variables

VariableDefaultDescription
@mainColor#ffffffBrand main color
@secondaryColor#555555Brand secondary color
@containerBackground#f5f5f5Site background color
@buttonsBackground#459ba9Buttons main color
@baseFontFamilyLatoKBE font family
@headingsFontFamilyLatoHeadings font family (h1 - h6)

Font colors and sizes

VariableDefaultDescription
@mainColorDarkdarken(@mainColor, 5%);On hover background color of the dropdown component in the user toolbar at the top right corner
@accentColor@mainColorColor to highlight important elements
@baseFontSize14pxKBE default font size
@baseLineHeight1.5KBE default line-height
@baseFontColor#333333KBE default font color
@baseSearchFontColor@buttonsBackgroundFont color within the input fields of the main search box
@baseSearchLabelFontColor@baseFontColorFont color of the input fields' labels of the main search box
@colorOverContrastcontrast(@mainColor)Color of the text displayed over a section that has @mainColor as background-color
@colorOverContrastHoverdarken(contrast(@mainColor), 5%)Color of the text displayed over a section that has @mainColor as the background color when is :hover

Cards

VariableDefaultDescription
@cardBackground#ffffffKBE cards background color
@cardColor@baseFontColorKBE cards font color
@cardColorSecondarylighten(@baseFontColor, 40%)KBE cards support text font color

Radiuses and box-shadows

VariableDefaultDescription
@baseBorderRadius0Global border-radius to all components (inputs, modals, buttons, etc)
@baseContainerBoxShadow0 2px 4px 0 #959595Box shadow on containers and main search box
@borderSearchInputRadius12pxBorder radius of the input fields in the main search box
@baseBorderRadiusCommon15pxStandard border radius
@baseBorderRadiusCard@baseBorderRadiusCommonCard border radius
@baseBorderRadiusImage@baseBorderRadiusCommonImage border radius
@baseBorderRadiusButton@baseBorderRadiusCommonButton border radius
@baseBorderRadiusLabel@baseBorderRadiusCommonHighlight label border radius
VariableDefaultDescription
@linksColor@buttonsBackgroundLinks color
@linksColorHoverdarken(@linksColor, 5%)Links color on :hover
@linksColorActivedarken(@linksColor, 10%)Links color on :active

Headings

VariableDefaultDescription
@headingsFontColor@baseFontColorHeadings color
@h1FontFamily@headingsFontFamily<h1> font family
@h1FontColor@headingsFontColor<h1> font color
@h1FontWeight700<h1> font weight
@h1TextTransformnone<h1> text-transform property
@h2FontFamily@headingsFontFamily<h2> font family
@h2FontColor@headingsFontColor<h2> font color
@h2FontWeight700<h2> font weight
@h2TextTransformnone<h2> text-transform property
@h3FontFamily@headingsFontFamily<h3> font family
@h3FontColor@headingsFontColor<h3> font color
@h3FontWeight700<h3> font weight
@h3TextTransformnone<h3> text-transform property
@h4FontFamily@headingsFontFamily<h4> font family
@h4FontColor@headingsFontColor<h4> font color
@h4FontWeight700<h4> font weight
@h4TextTransformnone<h4> text-transform property
@h5FontFamily@headingsFontFamily<h5> font family
@h5FontColor@headingsFontColor<h5> font color
@h5FontWeight700<h5> font weight
@h5TextTransformnone<h5> text-transform property
@h6FontFamily@headingsFontFamily<h6> font family
@h6FontColor@headingsFontColor<h6> font color
@h6FontWeight700<h6> font weight
@h6TextTransformnone<h6> text-transform property

Buttons

Basic Buttons

VariableDefaultDescription
@buttonBasicBackgroundrgba(0, 0, 0, 0)Basic button background color
@buttonBasicBorderColor@buttonsBackgroundBasic button border-color
@buttonBasicFontFamily@baseFontFamilyBasic button font family
@buttonBasicFontColor@buttonsBackgroundBasic button font color
@buttonBasicFontWeightboldBasic button font weight
@buttonBasicBorderRadius@baseBorderRadiusButtonBasic button border radius
@buttonBasicTextTransformnoneBasic button text-transform property
@buttonBasicBoxShadow0 0 0 0 rgba(0, 0, 0, 0)Basic button box-shadow property
@buttonBasicTextShadow0 0 0 0 rgba(0, 0, 0, 0)Basic button text-shadow property
@buttonBasicHoverBackground@buttonBasicBorderColorBasic button background color on :hover
@buttonBasicHoverBorderColor@buttonBasicHoverBackgroundBasic button border color on :hover
@buttonBasicHoverFontColorcontrast(@buttonBasicHoverBackground, mix(#FFFFFF, @buttonBasicHoverBackground, 90%), @baseFontColor)Basic button font color on :hover
@buttonBasicHoverBoxShadow@buttonBasicBoxShadowBasic button box-shadow property on :hover
@buttonBasicHoverTextShadow@buttonBasicTextShadowBasic button text-shadow property on :hover
@buttonBasicActiveBackgroundmix(#000000, @buttonBasicHoverBackground, 10%)Basic button background color on :active
@buttonBasicActiveBorderColor@buttonBasicActiveBackgroundBasic button border color on :active
@buttonBasicActiveFontColorcontrast(@buttonBasicActiveBackground, mix(#FFFFFF, @buttonBasicActiveBackground, 90%), @baseFontColor)Basic button font color on :active
@buttonBasicActiveBoxShadow@buttonBasicHoverBoxShadowBasic button box-shadow property on :active
@buttonBasicActiveTextShadow@buttonBasicHoverTextShadowBasic button text-shadow property on :active

Primary Buttons

VariableDefaultDescription
@buttonPrimaryBackground@buttonsBackgroundPrimary button background color
@buttonPrimaryBorderColor@buttonPrimaryBackgroundPrimary button border color
@buttonPrimaryFontFamily@baseFontFamilyPrimary button font family
@buttonPrimaryFontColorcontrast(@buttonPrimaryBackground, mix(#FFFFFF, @buttonPrimaryBackground, 90%), @baseFontColor)Primary button font color
@buttonPrimaryFontWeight700Primary button font weight
@buttonPrimaryBorderRadius@baseBorderRadiusButtonPrimary button border radius
@buttonPrimaryTextTransformnonePrimary button text-transform property
@buttonPrimaryBoxShadow0 0 0 0 rgba(0, 0, 0, 0)Primary button box-shadow property
@buttonPrimaryTextShadow0 0 0 0 rgba(0, 0, 0, 0)Primary button text-shadow property
@buttonPrimaryHoverBackgroundmix(#000000, @buttonPrimaryBackground, 10%)Primary button background color on :hover
@buttonPrimaryHoverBorderColor@buttonPrimaryHoverBackgroundPrimary button border color on :hover
@buttonPrimaryHoverFontColorcontrast(@buttonPrimaryHoverBackground, mix(#FFFFFF, @buttonPrimaryHoverBackground, 90%), @baseFontColor)Primary button font color on :hover
@buttonPrimaryHoverBoxShadow@buttonPrimaryBoxShadowPrimary button box-shadow property on :hover
@buttonPrimaryHoverTextShadow@buttonPrimaryTextShadowPrimary button text-shadow property on :hover
@buttonPrimaryActiveBackgroundmix(#000000, @buttonPrimaryHoverBackground, 10%)Primary button background color on :active
@buttonPrimaryActiveBorderColor@buttonPrimaryActiveBackgroundPrimary button border color on :active
@buttonPrimaryActiveFontColorcontrast(@buttonPrimaryActiveBackground, mix(#FFFFFF, @buttonPrimaryActiveBackground, 90%), @baseFontColor)Primary button font color on :active
@buttonPrimaryActiveBoxShadow@buttonPrimaryHoverBoxShadowPrimary button box-shadow property on :active
@buttonPrimaryActiveTextShadow@buttonPrimaryHoverTextShadowPrimary button text-shadow property on :active

Secondary Buttons

VariableDefaultDescription
@buttonSecondaryBackground@secondaryColorSecondary button background color
@buttonSecondaryBorderColor@buttonSecondaryBackgroundSecondary button border color
@buttonSecondaryFontFamily@baseFontFamilySecondary button font family
@buttonSecondaryFontColorcontrast(@buttonSecondaryBackground, mix(#FFFFFF, @buttonSecondaryBackground, 90%), @baseFontColor)Secondary button font color
@buttonSecondaryFontWeight700Secondary button font weight
@buttonSecondaryBorderRadius@baseBorderRadiusButtonSecondary button border radius
@buttonSecondaryTextTransformnoneSecondary button text-transform property
@buttonSecondaryBoxShadow0 0 0 0 rgba(0, 0, 0, 0)Secondary button box-shadow property
@buttonSecondaryHoverBackgroundmix(#000000, @buttonSecondaryBackground, 10%)Secondary button background color on :hover
@buttonSecondaryHoverBorderColor@buttonSecondaryHoverBackgroundSecondary button border color on :hover
@buttonSecondaryHoverFontColorcontrast(@buttonSecondaryHoverBackground, mix(#FFFFFF, @buttonSecondaryHoverBackground, 90%), @baseFontColor)Secondary button font color on :hover
@buttonSecondaryHoverBoxShadow@buttonSecondaryBoxShadowSecondary button box-shadow property on :hover
@buttonSecondaryActiveBackgroundmix(#000000, @buttonSecondaryHoverBackground, 10%)Secondary button background color on :active
@buttonSecondaryActiveBorderColor@buttonSecondaryActiveBackgroundSecondary button border color on :active
@buttonSecondaryActiveFontColorcontrast(@buttonSecondaryActiveBackground, mix(#FFFFFF, @buttonSecondaryActiveBackground, 90%), @baseFontColor)Secondary button font color on :active
@buttonSecondaryActiveBoxShadow@buttonPrimaryHoverBoxShadowSecondary button box-shadow property on :active

Loading Blocks

VariableDefaultDescription
@loading-block-gradient-background@cardBackgroundLoading Block background color
@loading-block-gradient-background-loadingdarken(@cardBackground, 10%)Loading Block background accent color
@loading-block-gradientlinear-gradient(to right, darken(@loading-block-gradient-background, 5%) 10%, @loading-block-gradient-background-loading 18%, darken(@loading-block-gradient-background, 5%) 30%)Loading Block gradient generator

Marketing Labels

VariableDefaultDescription
@marketingLabelsColor#2220aaMarketing Labels default color
@marketingLabelsPositionAColor@marketingLabelsColorMarketing Labels in position A color
@marketingLabelsPositionBColor@marketingLabelsColorMarketing Labels in position B color
@marketingLabelsPositionCColor@marketingLabelsColorMarketing Labels in position C color
@marketingLabelsInPropertiesList@marketingLabelsColorMarketing Labels in properties list color
@marketingLabelsInCarouselsColor@marketingLabelsColorMarketing Labels in carousels
@marketingLabelsInPropertyProfile@marketingLabelsColorMarketing Labels in property profile
@marketingLabelsInPropertiesListPositionAColor@marketingLabelsColorMarketing Labels in properties list and position A color
@marketingLabelsInPropertiesListPositionBColor@marketingLabelsColorMarketing Labels in properties list and position B color
@marketingLabelsInPropertiesListPositionCColor@marketingLabelsColorMarketing Labels in properties list and position C color
@marketingLabelsInPropertyProfilePositionAColor@marketingLabelsColorMarketing Labels in property profile and position A color
@marketingLabelsInPropertyProfilePositionBColor@marketingLabelsColorMarketing Labels in property profile and position B color
@marketingLabelsInPropertyProfilePositionCColor@marketingLabelsColorMarketing Labels in property profile and position C color
@rewards-highlighted-color#ecf8feRewards program highlight label color
@labelColorRed#c64343Standard marketing label red color
@labelColorOrange#ea9b42Standard marketing label orange color
@labelColorYellow#f0b715Standard marketing label yellow color
@labelColorGreen#5fa562Standard marketing label green color
@labelColorBlue#4a6f9fStandard marketing label blue color
@labelColorOceanblue#459ba9Standard marketing label ocean blue color
@labelColorTeal#00b5adStandard marketing label teal color
@labelColorPurple#764a9fStandard marketing label purple color
@labelColorPink#d87ba2Standard marketing label pink color
@labelColorMagenta#e41c5fStandard marketing label magenta color