From 3ca55c591b3cebdedb45fc62a363d2bbc135d68d Mon Sep 17 00:00:00 2001 From: Kerollos Magdy Date: Fri, 12 Jun 2020 14:57:53 +0200 Subject: [PATCH] make edge-badge look more like the original --- guides/assets/stylesheets/main.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guides/assets/stylesheets/main.css b/guides/assets/stylesheets/main.css index 4f77c61b71..fab6eecd08 100644 --- a/guides/assets/stylesheets/main.css +++ b/guides/assets/stylesheets/main.css @@ -741,8 +741,10 @@ div.important p, div.caution p, div.warning p, div.note p, div.info p { transform: rotate(45deg) translate(27.5%, -40%); min-width: 200px; font-weight: bold; - background: #222; - border: red 2px solid; + font-style: italic; + box-shadow: 0px 2px 2px 1px #1209096e; + text-shadow: 2px 2px 4px #5400007d; + background: radial-gradient(circle, rgb(255, 10, 0) 0%, rgb(200, 0, 0) 90%); } /* Foundation v2.1.4 http://foundation.zurb.com */