Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
assets
Browse files Browse the repository at this point in the history
assets

assets

assets
  • Loading branch information
sean1588 committed Jun 9, 2023
1 parent 1ecc0a5 commit f28ba05
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 18 deletions.
48 changes: 35 additions & 13 deletions themes/default/assets/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -3536,20 +3536,27 @@ div.highlight .copy-button{
margin:0
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart div.learn-more{
.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps{
display:none;
border-radius:4px;
padding:12px 24px 12px 24px;
border:1px solid #a6adec;
background-color:linear-gradient(120.76deg, #F6F7FD 0%, #FFFFFF 22.11%, #FFFFFF 79.52%, #F6F7FD 100%),#fff
background-color:linear-gradient(120.76deg, #F6F7FD 0%, #FFFFFF 22.11%, #FFFFFF 79.52%, #F6F7FD 100%),#fff;
margin-top:32px;
cursor:pointer
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps:hover{
background:#f5f6fd
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart div.learn-more .header{
.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps .header{
display:flex;
align-items:baseline;
align-items:center;
gap:12px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart div.learn-more .header h2{
.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps .header h2{
font-family:"Gilroy";
font-weight:500;
font-size:18px;
Expand All @@ -3558,17 +3565,32 @@ div.highlight .copy-button{
margin:0px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart div.learn-more .header img{
width:32px;
cursor:pointer
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart div.learn-more .header p{
.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps .header p{
font-family:"Gilroy";
font-weight:400;
font-size:16px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps.aws{
display:block
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps.aws img{
width:32px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps.azure img{
width:56px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps.gcp img{
width:100px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.pulumi-quickstart a.next-steps.kubernetes img{
width:100px
}

.docs-list-main .docs-main-content-wrapper .docs-main-content section.cloud-overview .supported-cicd-platforms{
display:flex;
flex-direction:row;
Expand Down Expand Up @@ -5212,8 +5234,8 @@ div.lightbulb-16-16{
background:url(/images/docs/icons/lightbulb-16-16.svg)
}

div.learn-16-16{
background:url(/images/docs/icons/learn-16-16.svg)
div.grad-cap-18-18{
background:url(/images/docs/icons/grad-cap-18-18.svg)
}

.pulumi-event-list-container .scroll-container{
Expand Down
3 changes: 0 additions & 3 deletions themes/default/assets/css/marketing.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*!*********************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/_marketing.scss ***!
\*********************************************************************************************************************************************************************************************************************/
/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
Expand Down
2 changes: 1 addition & 1 deletion themes/default/assets/js/bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion themes/default/assets/js/marketing.js
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
(()=>{"use strict";var __webpack_modules__={"./src/scss/_marketing.scss":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{eval("__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://theme/./src/scss/_marketing.scss?")},"./src/ts/marketing.ts":(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{eval('__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var _scss_marketing_scss__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../scss/_marketing.scss */ "./src/scss/_marketing.scss");\n\n\n\n//# sourceURL=webpack://theme/./src/ts/marketing.ts?')}},__webpack_module_cache__={};function __webpack_require__(_){var e=__webpack_module_cache__[_];if(void 0!==e)return e.exports;var r=__webpack_module_cache__[_]={exports:{}};return __webpack_modules__[_](r,r.exports,__webpack_require__),r.exports}__webpack_require__.r=_=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})};var __webpack_exports__=__webpack_require__("./src/ts/marketing.ts")})();

0 comments on commit f28ba05

Please sign in to comment.