blob: 77a5b93a4e1a678042601f24138005f21dafdc7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// ==========================================================================
// Breakpoints
// ==========================================================================
$plyr-bp-sm: 480px !default;
$plyr-bp-md: 768px !default;
$plyr-bp-lg: 1024px !default;
// Max-width media queries
$plyr-bp-xs-max: ($plyr-bp-sm - 1);
$plyr-bp-sm-max: ($plyr-bp-md - 1);
$plyr-bp-md-max: ($plyr-bp-lg - 1);
|