diff options
Diffstat (limited to 'semantic/src/themes/fixed-width')
4 files changed, 0 insertions, 66 deletions
diff --git a/semantic/src/themes/fixed-width/collections/grid.overrides b/semantic/src/themes/fixed-width/collections/grid.overrides deleted file mode 100644 index c5c5336..0000000 --- a/semantic/src/themes/fixed-width/collections/grid.overrides +++ /dev/null @@ -1,3 +0,0 @@ -/******************************* - Overrides -*******************************/ diff --git a/semantic/src/themes/fixed-width/collections/grid.variables b/semantic/src/themes/fixed-width/collections/grid.variables deleted file mode 100644 index d27f1d2..0000000 --- a/semantic/src/themes/fixed-width/collections/grid.variables +++ /dev/null @@ -1,23 +0,0 @@ -/* Fixed Page Grid */ - -@mobileWidth: auto; -@mobileMargin: 0em; -@mobileGutter: 0em; - -@tabletWidth: auto; -@tabletMargin: 0em; -@tabletGutter: 8%; - -@computerWidth: 960px; -@computerMargin: auto; -@computerGutter: 0; - -@largeMonitorWidth: 1180px; -@largeMonitorMargin: auto; -@largeMonitorGutter: 0; - -@widescreenMonitorWidth: 1300px; -@widescreenMargin: auto; -@widescreenMonitorGutter: 0; - -@tableWidth: '';
\ No newline at end of file diff --git a/semantic/src/themes/fixed-width/modules/modal.overrides b/semantic/src/themes/fixed-width/modules/modal.overrides deleted file mode 100644 index c5c5336..0000000 --- a/semantic/src/themes/fixed-width/modules/modal.overrides +++ /dev/null @@ -1,3 +0,0 @@ -/******************************* - Overrides -*******************************/ diff --git a/semantic/src/themes/fixed-width/modules/modal.variables b/semantic/src/themes/fixed-width/modules/modal.variables deleted file mode 100644 index 16579af..0000000 --- a/semantic/src/themes/fixed-width/modules/modal.variables +++ /dev/null @@ -1,37 +0,0 @@ - -/* 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);
\ No newline at end of file |