From ddefdf26271b0945dd3344a533d2b42bb5e94c18 Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Fri, 24 Feb 2017 09:12:06 +0100 Subject: [PATCH] increase font size in notifications --- .../src/less/components/notifications/umb-notifications.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less b/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less index 1bd4ecf1df..41348c2e29 100644 --- a/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less +++ b/src/Umbraco.Web.UI.Client/src/less/components/notifications/umb-notifications.less @@ -22,7 +22,7 @@ .umb-notifications__notification { padding: 5px 20px; text-shadow: none; - font-size: 12px; + font-size: 13px; border: none; border-radius: 0; position: relative;