From 6176f3920c723f5023677e17a906e276d25cc6a7 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Fri, 15 Jun 2018 17:30:14 +0530 Subject: [PATCH] style: modal close btn ui --- webmaker/src/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webmaker/src/style.css b/webmaker/src/style.css index 6439f85..c5b2100 100644 --- a/webmaker/src/style.css +++ b/webmaker/src/style.css @@ -722,6 +722,8 @@ body>#demo-frame { position: absolute; right: 10px; top: 10px; + text-transform: uppercase; + font-weight: 700; opacity: 0.8; transition: 0.25s ease; }