diff --git a/cryptide_project/src/Pages/Play.css b/cryptide_project/src/Pages/Play.css index 07e51aa..1ebf969 100644 --- a/cryptide_project/src/Pages/Play.css +++ b/cryptide_project/src/Pages/Play.css @@ -70,4 +70,27 @@ border-width: 2px; font-size:larger; +} + +.returnDiv{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + + margin:40px 15px; + + border: solid 2px whitesmoke; + border-radius: 15px; + + background-color: white; +} + +.returnDiv p { + margin: 15px; + padding: 10px; + border: solid 1px whitesmoke; + border-radius: 10px; + + font-weight:500; } \ No newline at end of file diff --git a/cryptide_project/src/Pages/Play.tsx b/cryptide_project/src/Pages/Play.tsx index 83106db..1e0fb54 100644 --- a/cryptide_project/src/Pages/Play.tsx +++ b/cryptide_project/src/Pages/Play.tsx @@ -29,7 +29,7 @@ import { loadImageAsync } from '../ImageHelper'; import { Overlay, ToggleButton, ToggleButtonGroup } from 'react-bootstrap'; import Button from 'react-bootstrap/Button'; import ButtonGroup from 'react-bootstrap/ButtonGroup'; - +import Info from '../res/icon/infoGreen.png'; let cptNavigation = 0 @@ -232,10 +232,22 @@ function Play() {
Il semblerait que vous avez quitté une partie en cours...
Et si nous y retournions ?