From e1ad358a7866424f313a2f05fc199e99cacdf380 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Mon, 6 Dec 2021 12:20:00 +0100 Subject: [PATCH] fix popup dialog --- src/styles/partials/_typo.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/styles/partials/_typo.scss b/src/styles/partials/_typo.scss index a4fee562..ab0cf244 100644 --- a/src/styles/partials/_typo.scss +++ b/src/styles/partials/_typo.scss @@ -11,6 +11,7 @@ body { h1 { font-family: $title_font; + &::after { background-color: $primary_color; height: 2px; @@ -33,6 +34,17 @@ body { font-family: $title_font; } + .p-dialog { + font-family: $title_font !important; + + .p-dialog-header { + color: $primary_color !important; + .p-dialog-title { + font-size: 2rem; + } + } + } + .nobold { font-weight: normal; } @@ -40,6 +52,7 @@ body { .text-right { text-align: right; } + .text-center { text-align: center; }