18 lines
227 B
SCSS
18 lines
227 B
SCSS
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
*/
|
|
|
|
.section {
|
|
padding: 1.5rem;
|
|
max-width: 1200px;
|
|
|
|
&.with-headspace {
|
|
margin-top: 1.5rem;
|
|
}
|
|
|
|
&.is-full-width {
|
|
max-width: 100%;
|
|
}
|
|
}
|