Merge pull request #9426 from hashicorp/pruett.fixup-css-import
Add @hashicorp/react-tabs css styles
This commit is contained in:
commit
86e7356b64
@ -12,15 +12,16 @@
|
|||||||
|
|
||||||
@import '~@hashicorp/react-button/dist/style.css';
|
@import '~@hashicorp/react-button/dist/style.css';
|
||||||
@import '~@hashicorp/react-consent-manager/dist/style.css';
|
@import '~@hashicorp/react-consent-manager/dist/style.css';
|
||||||
@import '~@hashicorp/react-toggle/dist/style.css';
|
|
||||||
@import '~@hashicorp/react-section-header/dist/style.css';
|
|
||||||
@import '~@hashicorp/react-product-downloader/dist/style.css';
|
|
||||||
@import '~@hashicorp/react-vertical-text-block-list/dist/style.css';
|
|
||||||
@import '~@hashicorp/react-docs-sidenav/dist/style.css';
|
|
||||||
@import '~@hashicorp/react-content/dist/style.css';
|
@import '~@hashicorp/react-content/dist/style.css';
|
||||||
@import '~@hashicorp/react-subnav/dist/style.css';
|
|
||||||
@import '~@hashicorp/react-mega-nav/style.css';
|
|
||||||
@import '~@hashicorp/react-docs-page/style.css';
|
@import '~@hashicorp/react-docs-page/style.css';
|
||||||
|
@import '~@hashicorp/react-docs-sidenav/dist/style.css';
|
||||||
|
@import '~@hashicorp/react-mega-nav/style.css';
|
||||||
|
@import '~@hashicorp/react-product-downloader/dist/style.css';
|
||||||
|
@import '~@hashicorp/react-section-header/dist/style.css';
|
||||||
|
@import '~@hashicorp/react-subnav/dist/style.css';
|
||||||
|
@import '~@hashicorp/react-tabs/dist/style.css';
|
||||||
|
@import '~@hashicorp/react-toggle/dist/style.css';
|
||||||
|
@import '~@hashicorp/react-vertical-text-block-list/dist/style.css';
|
||||||
|
|
||||||
/* Local Components */
|
/* Local Components */
|
||||||
@import '../components/footer/style.css';
|
@import '../components/footer/style.css';
|
||||||
@ -96,17 +97,17 @@
|
|||||||
.g-section-block section {
|
.g-section-block section {
|
||||||
padding-top: 96px;
|
padding-top: 96px;
|
||||||
padding-bottom: 96px;
|
padding-bottom: 96px;
|
||||||
}
|
|
||||||
|
|
||||||
.g-section-block section > .g-section-header + *,
|
& > .g-section-header + *,
|
||||||
.g-section-block section > .g-container > .g-section-header + * {
|
& > .g-container > .g-section-header + * {
|
||||||
margin-top: 72px;
|
margin-top: 72px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.g-section-block section > * + *,
|
& > * + *,
|
||||||
.g-section-block section > .g-container > * + * {
|
& > .g-container > * + * {
|
||||||
margin-top: 96px;
|
margin-top: 96px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.g-section-block .button-container {
|
.g-section-block .button-container {
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user