Files
nomad/ui/app/styles/core/section.scss
2023-08-10 17:27:29 -05:00

18 lines
228 B
SCSS

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
.section {
padding: 1.5rem;
max-width: 1200px;
&.with-headspace {
margin-top: 1.5rem;
}
&.is-full-width {
max-width: 100%;
}
}