open-nomad/ui/app/styles/core/section.scss
2023-04-10 15:36:59 +00:00

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%;
}
}