Files
hugoDocs/pipeline/scss/algolia/_variables.scss
T
2017-03-01 01:15:23 -06:00

47 lines
1.0 KiB
SCSS
Executable File

// SEARCHBOX
$searchbox-config: (
input-width: 300px,
input-height: 32px,
border-width: 0px,
border-radius: 16px,
input-border-color: #CCCCCC,
input-focus-border-color: #AAAAAA,
input-background: #FFFFFF,
input-focus-background: #FFFFFF,
font-size: 1em,
placeholder-color: #AAAAAA,
icon-size: 14px,
icon-position: left,
icon-color: #6D7E96,
icon-background: #458EE1,
icon-background-opacity: 0,
icon-clear-size: 8px
) !default;
// DROPDOWN
$dropdown-config: (
main-color: #458EE1,
layout-type: normal,
layout-width: small,
layout-alignment: align,
background-color: #fff,
border-radius: 4,
border-width: 1,
border-color: #d9d9d9,
box-shadow: light,
branding-position: bottom,
spacing: normal,
include-desc: yes,
background-category-header: #ffffff,
font-size: normal,
header-color: #33363D,
title-color: #02060C,
subtitle-color: #A4A7AE,
text-color: #63676D,
highlight-color: #3881FF,
highlight-opacity: .1,
highlight-type: underline
) !default;
$builder-height: 260px;