27bb03bbc0
* adding copyright header * fix fmt and a test
15 lines
265 B
SCSS
15 lines
265 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
// Spacing that will eventually be in Structure package
|
|
|
|
$spacing-xxs: 4px;
|
|
$spacing-xs: 8px;
|
|
$spacing-s: 12px;
|
|
$spacing-m: 16px;
|
|
$spacing-l: 24px;
|
|
$spacing-xl: 36px;
|
|
$spacing-xxl: 48px;
|