Switch CSS management for [Varbase Media Header] from LESS to SCSS with Gulp as the task manager and make use of the (RFS) Responsive Font Size SCSS library

Shifted the Bootstrap breakpoints to work with Bootstrap 4

// Grid breakpoints ( Bootstrap 4 )
//
// Define the minimum dimensions at which your layout will change,
// adapting to different screen sizes, for use in media queries.

$grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px
) !default;

Bootstrap 4 vs Bootstrap 3

Bootstrap 4 vs Bootstrap 3

Varbase Media Mapping Bootstrap 3 into Bootstrap 4

Switched BS3 XS max ( < 768px) to BS4 SM max ( <767.98px)

Switched BS3 SM min ( >=768px) to BS4 MD min ( >=768px)

Switched BS3 MD min ( >=992px) to BS4 LG min ( >=992px)

Switched BS3 LG min ( >=1200px) to BS4 XL min ( >=1200px)

Varbase Media Mapping Bootstrap 3 into Bootstrap 4 -- Switched XS max ( < 768px) to SM max (<767.98px)

Switched Custom Varbase Media Header variables of md to lg in Bootstrap 4

// Varbase Media Header container height.

$vmh-container-v-padding: 60px;

$vmh-container-min-height: 300px;
$vmh-container-max-height: 300px;

$vmh-container-min-height-lg: 300px;
$vmh-container-max-height-lg: 300px;

$vmh-container-top-margin: 0px;
$vmh-container-bottom-margin: 10px;

// Varbase Media Header fallback container background color.
$vmh-fullback-container-background-color: #338ec7;
 
// Varbase Media Header content text general style.
$vmh-content-text-color: #fff;

// Varbase Media Header title style.
$vmh-title-color: #fff;
$vmh-title-font-size: 30px;
$vmh-title-font-size-lg: 58px;

// Varbase Media Header breadcrumb style.
$vmh-breadcrumb-color: #fff;
$vmh-breadcrumb-font-size: 12px;
$vmh-breadcrumb-font-size-lg: 14px;

Comments

RajabNatshah created an issue. See original summary.

rajab natshah’s picture

Title: Switch CSS management for [Varbase Media Header] from LESS to SCSS with Gulp as the task manager » Switch CSS management for [Varbase Media Header] from LESS to SCSS with Gulp as the task manager and make use of the (RFS) Responsive Font Size SCSS library
rajab natshah’s picture

Issue summary: View changes

  • RajabNatshah committed 6de3657 on 8.x-7.x
    Issue #3077911: Switch CSS management for [Varbase Media Header] from...
rajab natshah’s picture

Assigned: rajab natshah » mohammed j. razem
Status: Active » Needs review
Issue tags: +varbase-8.7.2
rajab natshah’s picture

Assigned: mohammed j. razem » Unassigned
rajab natshah’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.