From 589da78fec55b71ca092d8520bce999b70077946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20D=C3=A9ramond?= Date: Mon, 5 Jun 2023 18:26:14 +0200 Subject: [PATCH] Improve `index.html` content --- sass-js/index.html | 16 ++++++++++++++-- sass-js/scss/styles.scss | 3 +-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/sass-js/index.html b/sass-js/index.html index 01a879ef..849b8f2e 100644 --- a/sass-js/index.html +++ b/sass-js/index.html @@ -25,11 +25,23 @@

Get started with Bootstrap

You've successfully loaded up a Bootstrap example! It's loaded up with Bootstrap 5 and tooling for compiling our Sass and JavaScript to your needs.

-

If this button appears blue and the link appears purple, you've done it!

+

If this button and this link appear blue, you've done it! You've loaded Bootstrap Sass.

- Example link + Example primary link + +
+ +

Customize Bootstrap

+ +
+

You've successfully customized Bootstrap 5 by changing red danger color to deep pink!

+

If this button and this link appear pink, you've done it! You've customized Bootstrap danger color.

+
+ + + Example customized danger link
diff --git a/sass-js/scss/styles.scss b/sass-js/scss/styles.scss index d560166f..74e84da8 100644 --- a/sass-js/scss/styles.scss +++ b/sass-js/scss/styles.scss @@ -33,8 +33,7 @@ $offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); // Customize some defaults $body-color: #333; $body-bg: #fff; -$border-radius: .4rem; -$success: #7952b3; +$danger: #ff1493; // Required @import "bootstrap/scss/functions";