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 {
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;
}