🐛 Fixed help popup title design
This commit is contained in:
@@ -18,7 +18,7 @@ const Help = ({ onClose }: { onClose: () => void }) => {
|
|||||||
onClick={(ev) => ev.stopPropagation()}
|
onClick={(ev) => ev.stopPropagation()}
|
||||||
>
|
>
|
||||||
<div className='header'>
|
<div className='header'>
|
||||||
<p className='title'>Comment jouer ?</p>
|
<p className='headerTitle'>Comment jouer ?</p>
|
||||||
<button
|
<button
|
||||||
className='closeButton'
|
className='closeButton'
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
box-shadow: 0 0 3px #ffdccb;
|
box-shadow: 0 0 3px #ffdccb;
|
||||||
clip-path: inset(0 0 -3px 0);
|
clip-path: inset(0 0 -3px 0);
|
||||||
|
|
||||||
& > .title {
|
& > .headerTitle {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
|
||||||
& > .title {
|
& > .title {
|
||||||
|
margin: 0;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user