fix: fixted title background issue

This commit is contained in:
MiroslavDionisiev 2024-11-14 17:28:12 +02:00
parent b4bf703213
commit a15a6e715a

View file

@ -41,9 +41,9 @@
.driver-popover-title[style*=block]+.driver-popover-description {
margin: 0;
}
}
.title {
.driver-popover-description {
.title {
padding: 1rem 0;
font-size: 1.125rem;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
@ -51,9 +51,9 @@
text-align: center;
color: $type-gray;
background-color: $ui-light-primary;
}
}
.description-wrapper {
.description-wrapper {
flex-direction: row;
justify-content: space-evenly;
gap: 3rem;
@ -68,4 +68,6 @@
height: $cols2;
}
}
}
}
}