From f3b22ddf5decd21caa29247e8aa59561a6b7f6a0 Mon Sep 17 00:00:00 2001 From: chau-nm Date: Sat, 21 Sep 2024 18:20:02 +0700 Subject: [PATCH] update next section button --- .../NextSectionButton/nextSectionButton.module.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/component/NextSectionButton/nextSectionButton.module.scss b/src/component/NextSectionButton/nextSectionButton.module.scss index bcf2cb4..38fdf1e 100644 --- a/src/component/NextSectionButton/nextSectionButton.module.scss +++ b/src/component/NextSectionButton/nextSectionButton.module.scss @@ -7,12 +7,16 @@ .title { color: rgb(43, 43, 43); font-size: 1.25rem; + font-family: 'alegreya'; + font-weight: bold; + opacity: 0.7; } svg { width: 50px; height: 50px; transform: translateY(-30%); + fill: #515151; animation-name: buttonLoop; animation-duration: 1.5s; animation-iteration-count: infinite; @@ -26,7 +30,7 @@ transform: translateY(-40%); } 60% { - opacity: 1; + opacity: 0.7; transform: translateY(-20%); } 100% {