From b437c261512c0753c738457804e4d4ac5f4bd8c9 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sun, 6 Oct 2019 14:26:43 +0100 Subject: Message styling (default to light for now) --- pydis_site/static/css/base/base.css | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'pydis_site/static/css/base') diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 256bec2c..87175922 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -77,25 +77,3 @@ div.card.has-equal-height { button.is-size-navbar-menu { font-size: 14px; } - -/* On-page message styling */ - -@keyframes message-slide-in { - 0% { - transform: translateX(100%); - } - - 100% { - transform: translateX(0); - } -} - -div.messages { - animation: 0.5s ease-out 0s 1 message-slide-in; - padding: 0.5rem; - position: fixed; - right: 0; - top: 76px; - - z-index: 1000; /* On top of everything else */ -} -- cgit v1.2.3