You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by rf...@apache.org on 2019/09/26 19:51:57 UTC

[nifi-fds] branch master updated: [NIFI-6535] update confirm dialog title font size

This is an automated email from the ASF dual-hosted git repository.

rfellows pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new a911156  [NIFI-6535] update confirm dialog title font size
a911156 is described below

commit a911156dc90d046cf7b746c6473806e831e82bcd
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Fri Aug 9 14:49:27 2019 -0400

    [NIFI-6535] update confirm dialog title font size
    
    This closes #45
---
 platform/core/common/styles/_basicElements.scss          | 2 ++
 platform/core/theming/dialogs/_fds-dialog-component.scss | 6 ++++++
 2 files changed, 8 insertions(+)

diff --git a/platform/core/common/styles/_basicElements.scss b/platform/core/common/styles/_basicElements.scss
index 2097d7d..41d1741 100644
--- a/platform/core/common/styles/_basicElements.scss
+++ b/platform/core/common/styles/_basicElements.scss
@@ -146,5 +146,7 @@ body[fds] {
 
   .mat-card-title {
     line-height: normal;
+    font-weight: 400;
+    font-size: 20px;
   }
 }
diff --git a/platform/core/theming/dialogs/_fds-dialog-component.scss b/platform/core/theming/dialogs/_fds-dialog-component.scss
index b9d1380..996e419 100644
--- a/platform/core/theming/dialogs/_fds-dialog-component.scss
+++ b/platform/core/theming/dialogs/_fds-dialog-component.scss
@@ -19,3 +19,9 @@
   margin-top: 0;
   margin-bottom: 20px;
 }
+
+fds-dialog-title {
+    font-size: 20px;
+    font-weight: 400;
+    color: rgba(0, 0, 0, 0.87);
+}