mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
fix popup dialog
This commit is contained in:
parent
8035ea700e
commit
e1ad358a78
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user