HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers106/rvt-trainingen.nl/wwwroot/css/config/_home.sass
/**
 * Hero Image + Streamer
 *
 * 1. Set custom css background-image
 */

$mainBgImage: none /* 1 */


/**
 * Streamer
 *
 * 1. Config of the main streamer
 * 2. Config of the sub streamer
 */

$bigStreamerColor: $white /* 1 */
$bigStreamerFontSize: 40px
$bigStreamerLineHeight: 46px

$subStreamerColor: $white /* 2 */
$subStreamerFontSize: 25px
$subStreamerLineHeight: 40px


// ------------------------------------
// ------------------------------------


// Introduction block
$heightIntroBlock: auto
$partInViewport: 150px

$introBlockBgColor: $white
$introBlockTextColor: $black
$introBlockTitleColor: $primaryColor


// ------------------------------------
// ------------------------------------


// Intro-buttons
$heightIntroBtns: 365px
$widthIntroBtns: 250px

// --- Call button
$iconCallColor: $white
$iconCallHoverColor: $black

$btnCallBgColor: $blue
$btnCallHoverBgColor: $white

// --- Contact button
$iconContactColor: $white
$iconContactHoverColor: $white

$btnContactBgColor: $blueGrey
$btnContactHoverBgColor: $black


// ------------------------------------
// ------------------------------------





// ------------------------------------
// ------------------------------------


// Discover items pictures are loaded here
// They can also be placed in KMS

$discoverItemsBgColor: $blueGrey
$discoverMainTitle: $white

$discoverItem1: url('/img/test/discover_1.jpeg')
$discoverItem2: url('/img/test/discover_2.jpeg')
$discoverItem3: url('/img/test/discover_3.jpeg')
$discoverItem4: url('/img/test/discover_4.jpeg')


// --- Size of the items (width x height)
$discoverItemSize: 225px

// Change the border radius
// --- cirkels == 2
// --- squares with rounded corners == 4
// --- square == 0
$discoverItemBorderRadius: $discoverItemSize / 2