27bb03bbc0
* adding copyright header * fix fmt and a test
12 lines
192 B
SCSS
12 lines
192 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.license-banner-wrapper {
|
|
width: 100%;
|
|
max-width: 1344px;
|
|
margin: $spacing-l auto 0;
|
|
padding: 0 1.5rem;
|
|
}
|