mirror of
https://github.com/status-im/consul.git
synced 2025-01-13 07:14:37 +00:00
6589cbbd0d
* ui: Add the most basic workspace root in /ui * We already have a LICENSE file in the repository root * Change directory path in build scripts ui-v2 -> ui * Make yarn install flags configurable from elsewhere * Minimal workspace root makefile * Call the new docker specific target * Update yarn in the docker build image * Reconfigure the netlify target and move to the higher makefile * Move ui-v2 -> ui/packages/consul-ui * Change repo root to refleect new folder structure * Temporarily don't hoist consul-api-double * Fixup CI configuration * Fixup lint errors * Fixup Netlify target
42 lines
1.2 KiB
SCSS
42 lines
1.2 KiB
SCSS
$ideal-width: 1260px;
|
|
$--horizontal-filters: '(min-width: 910px)';
|
|
$--lt-horizontal-filters: '(max-width: 909px)';
|
|
|
|
$--horizontal-selects: '(min-width: 670px)';
|
|
$--lt-horizontal-selects: '(max-width: 669px)';
|
|
|
|
$--horizontal-nav: '(min-width: 850px)';
|
|
$--lt-horizontal-nav: '(max-width: 849px)';
|
|
|
|
$--horizontal-tabs: '(min-width: 615px)';
|
|
$--lt-horizontal-tabs: '(max-width: 614px)';
|
|
|
|
$--min-padding: '(max-width: 600px)';
|
|
$--max-padding: '(min-width: 1260px)';
|
|
|
|
$--tall-footer: '(min-height: 668px)';
|
|
$--lt-tall-footer: '(max-height: 667px)';
|
|
|
|
$--wide-footer: '(min-width: 421px)';
|
|
$--lt-wide-footer: '(max-width: 420px)';
|
|
|
|
$--spacious-page-header: '(min-width: 850px)';
|
|
$--lt-spacious-page-header: '(max-width: 849px)';
|
|
|
|
$--spacious-healthcheck-output: '(min-width: 651px)';
|
|
$--lt-spacious-healthcheck-output: '(max-width: 650px)';
|
|
|
|
$--wide-form: '(min-width: 421px)';
|
|
$--lt-wide-form: '(max-width: 420px)';
|
|
|
|
/* If these are needed for usage on the same table */
|
|
/* they will need re-figuring out */
|
|
$--wide-table: '(min-width: 421px)';
|
|
$--lt-wide-table: '(max-width: 420px)';
|
|
|
|
$--medium-table: '(min-width: 850px)';
|
|
$--lt-medium-table: '(max-width: 849px)';
|
|
/* */
|
|
$--fixed-grid: '(min-width: 1260px)';
|
|
$--lt-fixed-grid: '(max-width: 1259px)';
|