Select Git revision
breakpoints.less
Forked from
Digital Experience Group / UNL Resource Scheduler
149 commits behind the upstream repository.
breakpoints.less 597 B
@bp1: ~" (min-width: 480px)";
@bp2: ~" (min-width: 768px)";
@bp3: ~" (min-width: 960px)";
@bp4: ~" (min-width: 1044px)";
// For styles which shouldn't cascade to other breakpoints
@only-bp1: ~" (min-width: 480px) and (max-width: 767px) ";
@only-bp2: ~" (min-width: 768px) and (max-width: 959px)";
@only-bp3: ~" (min-width: 960px) and (max-width: 1043px)";
@under-bp2: ~" (max-width: 767px) ";
// The navigation breaks from the traditional media queries
@bp-nav-hidden: ~" (max-width: 699px)";
@bp-nav-full: ~" (min-width: 700px)";
@bp-nav-max: ~" (min-width: 1016px)"; // nav toggle width + bp3