fix popup dialog

This commit is contained in:
Tykayn 2021-12-06 12:20:00 +01:00 committed by tykayn
parent 8035ea700e
commit e1ad358a78
1 changed files with 13 additions and 0 deletions

View File

@ -11,6 +11,7 @@ body {
h1 { h1 {
font-family: $title_font; font-family: $title_font;
&::after { &::after {
background-color: $primary_color; background-color: $primary_color;
height: 2px; height: 2px;
@ -33,6 +34,17 @@ body {
font-family: $title_font; 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 { .nobold {
font-weight: normal; font-weight: normal;
} }
@ -40,6 +52,7 @@ body {
.text-right { .text-right {
text-align: right; text-align: right;
} }
.text-center { .text-center {
text-align: center; text-align: center;
} }