From 52b6d8e5177e5b514b9f5bbb856d8650f5eb5b21 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 8 Feb 2024 12:14:55 +0100 Subject: [PATCH] wait #6658 @0:15 --- style/105-outro.sass | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/style/105-outro.sass b/style/105-outro.sass index 680ae76..c738a42 100644 --- a/style/105-outro.sass +++ b/style/105-outro.sass @@ -1,3 +1,6 @@ +@use 'sass:color' +@import 005-utilities + .score border-radius: 16px overflow: hidden @@ -371,7 +374,7 @@ max-width: 300px position: absolute opacity: 0 - background-color: $neutral-color + background: radial-gradient(at 16% 6px, color.adjust($accent-color,$lightness: 20%) -7%, $accent-color 74%) padding: 16px +radius(8px) transform: translate(calc(-50%), calc(-100% + -14px)) @@ -379,7 +382,7 @@ &:after height: 0 width: 0 - border-top: 16px solid $neutral-color + border-top: 16px solid $accent-color border-right: 21px solid transparent border-left: 21px solid transparent content: "" -- 2.39.5