From 4c900ce0352e27b1754ec3b9da2f32dc1cfdc702 Mon Sep 17 00:00:00 2001 From: Jer-Sch Date: Thu, 18 Nov 2021 21:28:39 -0600 Subject: [PATCH] add initial styling for GR12 Match Rounds announcement banner --- app/assets/v2/scss/base.scss | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/assets/v2/scss/base.scss b/app/assets/v2/scss/base.scss index 76254659aa1..6e39122cee0 100644 --- a/app/assets/v2/scss/base.scss +++ b/app/assets/v2/scss/base.scss @@ -501,12 +501,18 @@ input[type=text].loading { margin-bottom: 0px; } +#top_nav_notification { + font-size: 28px; +} + .bottom_notification { - padding: 10px 30px; + padding: 8px 30px; background: #6F3FF5; color: white; width: 100%; margin-left: 0px; + font-size: 16px; + padding-right: 50px; } .bottom_notification-beyond { @@ -518,6 +524,7 @@ input[type=text].loading { background-position: center, 100% center; animation: bg-move 17s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite; } + @keyframes bg-move { 0% { background-position: center, 0 center;