diff --git a/website/assets/styles/pages/docs/basic-documentation.less b/website/assets/styles/pages/docs/basic-documentation.less index bc4955da23..16d40b18f1 100644 --- a/website/assets/styles/pages/docs/basic-documentation.less +++ b/website/assets/styles/pages/docs/basic-documentation.less @@ -473,6 +473,47 @@ ol { padding-inline-start: 16px; } + [purpose='next-steps-buttons'] { + + + .btn { + font-size: 16px; + line-height: 25px; + padding: 16px 32px; + } + + .btn-primary { + color: #fff; + &:active { + background: @core-vibrant-red; + border-color: @core-vibrant-red; + } + } + .btn-slack { + color: @core-fleet-black; + img { + display: inline; + height: 24px; + width: auto; + padding-top: 0px; + padding-bottom: 0px; + margin: 0px; + } + &:focus { + box-shadow: none; + } + } + .btn-outline-secondary { + color: @core-fleet-black; + border: 1px solid #C5C7D1; + &:hover { + background: #fff; + } + &:focus { + box-shadow: none; + } + } + } } diff --git a/website/views/pages/docs/basic-documentation.ejs b/website/views/pages/docs/basic-documentation.ejs index a4cfe95108..f0d959164f 100644 --- a/website/views/pages/docs/basic-documentation.ejs +++ b/website/views/pages/docs/basic-documentation.ejs @@ -209,7 +209,19 @@ ) ) %> -
If you notice something we’ve missed, or that could be improved, please click here to edit this page.