From 092b051e401cdeebc0c6ecc8db66e74d38724864 Mon Sep 17 00:00:00 2001 From: Stephanie Hays Date: Wed, 15 Jun 2022 20:35:52 -0500 Subject: [PATCH] (#197) Update Flyout and Supporting Styles This updates the right side flyout to use links from the new img repository. At the same time, this also adds two new events and styles to support each of them. --- partials/CollapsingRightSidebarContent.txt | 99 ++++++++++++++++------ scss/_atcb.scss | 14 +++ scss/_buttons-badges.scss | 2 +- scss/variables/_global.scss | 2 +- 4 files changed, 91 insertions(+), 26 deletions(-) diff --git a/partials/CollapsingRightSidebarContent.txt b/partials/CollapsingRightSidebarContent.txt index 0339cb7b..5c8ed33d 100644 --- a/partials/CollapsingRightSidebarContent.txt +++ b/partials/CollapsingRightSidebarContent.txt @@ -36,6 +36,76 @@
+
+ + Unboxing The Third Marjor Release of Boxstarter + +

+

Boxstarter version 3.0 marks the beginning of a new era of Boxstarter and Chocolatey. Join Gary, Paul, and Manfred as they unbox the best features of Boxstarter live.

+
+ Learn More +
+ +
+
+
+
+
+ + Chocolatey Community Coffee Break + +

+

The Chocolatey Community is close to the hearts of the Chocolatey Team. Join us on Discord and meet the Chocolatey Team, find out more about the Chocolatey Community, what we do, and how you can get involved.

+
+ Learn More +
+ +
+
+
+
- - Chocolatey Explained - Monthly Twitch Stream - + Chocolatey Explained - Monthly Twitch Stream

Join us on the first Thursday of every month for "Chocolatey Explained" where we will cover different Chocolatey topics in detail.

Follow on Twitch + Subscribe on YouTube
@@ -109,10 +178,7 @@

Twitch Stream from
Thursday, 7 April 2022

Script Builder allows you to bulk install Chocolatey packages in just a few clicks. Just add packages to Script Builder and choose your integration method to get started!

- + Watch On-Demand
@@ -128,27 +194,12 @@
- - Chocolatey Community Coffee Break - -

Twitch Stream from
Thursday, 5 May 2022

-

The Chocolatey Community is close to the hearts of many of the Chocolatey Team. Join Gary, Kim, and Paul if you want to find out more about it, what we do, and how you can get involved.

- -
-
-
- + Chocolatey For Business. In Azure. In One Click.

Twitch Stream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

- + Watch On-Demand
\ No newline at end of file diff --git a/scss/_atcb.scss b/scss/_atcb.scss index 74b43a2d..a1f65612 100644 --- a/scss/_atcb.scss +++ b/scss/_atcb.scss @@ -85,6 +85,20 @@ } } +.atcb-theme-opposite .atcb_button { + border: 1px solid var(--text); + color: var(--text); + + &:focus, &:hover, &.atcb_active { + background: var(--text); + color: var(--background-light); + } + + &:focus { + box-shadow: 0 0 0 0.25rem rgba($secondary, .25); + } +} + .atcb-link { .atcb_button { padding: 0; diff --git a/scss/_buttons-badges.scss b/scss/_buttons-badges.scss index 5aa80ade..a3a1c2bf 100644 --- a/scss/_buttons-badges.scss +++ b/scss/_buttons-badges.scss @@ -305,7 +305,7 @@ } } -.btn-twitch, .btn-linkedin, .btn-twitter, .btn-website, .btn-facebook, .btn-youtube { +.btn-twitch, .btn-linkedin, .btn-twitter, .btn-website, .btn-facebook, .btn-youtube, .btn-chat { color: var(--bs-white); &:focus, &:hover, &.active { diff --git a/scss/variables/_global.scss b/scss/variables/_global.scss index 0f8af0bd..eff74e2c 100644 --- a/scss/variables/_global.scss +++ b/scss/variables/_global.scss @@ -458,7 +458,7 @@ $rotations: ( ); // Numbers -$general-numbers: 5, 10, 20, 30, 35, 40, 50, 60, 70, 75, 80, 90, 100, 125, 130, 200, 250, 300, 400; +$general-numbers: 5, 10, 20, 30, 35, 40, 50, 60, 65, 70, 75, 80, 90, 100, 125, 130, 200, 250, 300, 400; // Padding and Margin in rem $spaces: (