﻿.responsiveHelper {
  position: fixed;
  background-color: red;
  z-index: 5000;
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
  opacity: .3;
  pointer-events: none; }
  .responsiveHelper:after {
    pointer-events: none;
    color: white;
    content: '';
    margin-left: 20px;
    line-height: 36px;
    /*@include screen-m {
            content: 'View: Medium - (' + $breakpoints-m + ')';
        }

        @include screen-l {
            content: 'View: Large - (' + $breakpoints-l + ')';
        }

        @include screen-xl {
            content: 'View: X-Large - (' + $breakpoints-xl + ')';
        }*/ }
  .responsiveHelper a {
    pointer-events: auto;
    position: fixed;
    display: block;
    right: 10px;
    bottom: 10px;
    color: white; }
  .responsiveHelper #debug_swidth {
    position: fixed;
    display: block;
    left: 200px;
    bottom: 10px;
    color: white; }
