diff --git a/poker-paf/config.css b/poker-paf/config.css index 03e5ae1..20b1371 100644 --- a/poker-paf/config.css +++ b/poker-paf/config.css @@ -142,4 +142,9 @@ input[type="submit"]:hover { .btn-back:hover { opacity: 1; transform: translateX(-5px); /* Petit effet de glissement vers la gauche */ -} \ No newline at end of file +} + +label.info { + font-size: 0.8rem; + color: rgb(141, 141, 141); + margin-left: 10px; \ No newline at end of file diff --git a/poker-paf/config.php b/poker-paf/config.php index b35dced..96ec565 100644 --- a/poker-paf/config.php +++ b/poker-paf/config.php @@ -24,6 +24,7 @@ require_once 'db.php';

+