You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.5 KiB
37 lines
1.5 KiB
|
|
/* Responsive Widths */
|
|
@modalComputerWidth: 700px;
|
|
@modalLargeMonitorWidth: 800px;
|
|
@modalWidescreenMonitorWidth: 850px;
|
|
|
|
@modalComputerMargin: 0em 0em 0em -(@modalComputerWidth / 2);
|
|
@modalLargeMonitorMargin: 0em 0em 0em -(@modalLargeMonitorWidth / 2);
|
|
@modalWidescreenMonitorMargin: 0em 0em 0em -(@modalWidescreenMonitorWidth / 2);
|
|
|
|
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
|
|
/* Sizes */
|
|
@modalSmallRatio: 0.6;
|
|
@modalLargeRatio: 1.2;
|
|
|
|
/* Derived Responsive Sizes */
|
|
@modalSmallHeaderSize: 1.3em;
|
|
@modalSmallComputerWidth: (@modalComputerWidth * @modalSmallRatio);
|
|
@modalSmallLargeMonitorWidth: (@modalLargeMonitorWidth * @modalSmallRatio);
|
|
@modalSmallWidescreenMonitorWidth: (@modalWidescreenMonitorWidth * @modalSmallRatio);
|
|
|
|
@modalSmallComputerMargin: 0em 0em 0em -(@modalSmallComputerWidth / 2);
|
|
@modalSmallLargeMonitorMargin: 0em 0em 0em -(@modalSmallLargeMonitorWidth / 2);
|
|
@modalSmallWidescreenMonitorMargin: 0em 0em 0em -(@modalSmallWidescreenMonitorWidth / 2);
|
|
|
|
@modalLargeHeaderSize: 1.3em;
|
|
@modalLargeComputerWidth: (@modalComputerWidth * @modalLargeRatio);
|
|
@modalLargeLargeMonitorWidth: (@modalLargeMonitorWidth * @modalLargeRatio);
|
|
@modalLargeWidescreenMonitorWidth: (@modalWidescreenMonitorWidth * @modalLargeRatio);
|
|
|
|
@modalLargeComputerMargin: 0em 0em 0em -(@modalLargeComputerWidth / 2);
|
|
@modalLargeLargeMonitorMargin: 0em 0em 0em -(@modalLargeLargeMonitorWidth / 2);
|
|
@modalLargeWidescreenMonitorMargin: 0em 0em 0em -(@modalLargeWidescreenMonitorWidth / 2);
|