/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 22, 2020, 2:22:27 PM
    Author     : wh
*/
.smg-spacer {
  width: 100%;
  min-height: 1rem; }
  .smg-spacer.height-2 {
    min-height: 2rem; }
  .smg-spacer.height-3 {
    min-height: 3rem; }
  .smg-spacer.height-4 {
    min-height: 4rem; }
