From 081dd0d37f6da7cd59bce35478883c72ad0e1448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Wed, 16 Jan 2019 14:59:43 +0100 Subject: [PATCH] Make modal popup title a simple heading [MAILPOET-1510] --- assets/css/src/modal.styl | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/assets/css/src/modal.styl b/assets/css/src/modal.styl index 1c6426f42a..5a07dea89c 100644 --- a/assets/css/src/modal.styl +++ b/assets/css/src/modal.styl @@ -68,20 +68,10 @@ body.mailpoet_modal_opened .mailpoet_overlay_hidden .mailpoet_popup_wrapper border: 1px solid #333 -.mailpoet_popup_title - background-color: modal_title_background_color - border: 1px solid #333 - height: 27px - margin: 0 - padding: 0 30px 0 0 - .mailpoet_popup_title h2 - color: modal_title_color - font-size: 12px - font-weight: normal - margin: 6px 0 0 10px - padding: 0 - font-family: "Lucida Grande", Verdana, Arial, sans-serif + font-size: 23px; + font-weight: 600; + line-height: 29px; .mailpoet_popup_body height: 92%