2023-04-10 15:36:59 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) HashiCorp, Inc.
|
|
|
|
* SPDX-License-Identifier: MPL-2.0
|
|
|
|
*/
|
|
|
|
|
2017-09-19 14:47:10 +00:00
|
|
|
.title {
|
|
|
|
&.is-4,
|
|
|
|
&.is-5,
|
|
|
|
&.is-6 {
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
}
|
2019-05-17 00:42:36 +00:00
|
|
|
|
|
|
|
&.with-headroom {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
2019-11-02 06:46:15 +00:00
|
|
|
|
|
|
|
&.with-subheading {
|
2019-12-13 03:00:47 +00:00
|
|
|
margin-bottom: 0.85rem;
|
2019-11-02 06:46:15 +00:00
|
|
|
}
|
2020-03-24 23:22:16 +00:00
|
|
|
|
|
|
|
&.with-flex {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2017-09-19 14:47:10 +00:00
|
|
|
}
|