From 5993e399702d50753eed7aa35dd74bf5e695574c Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 7 Apr 2026 16:26:42 +0000 Subject: [PATCH] a --- Vue/Consulterdetailbaremecollege/index.php | 58 +++++++++++----------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/Vue/Consulterdetailbaremecollege/index.php b/Vue/Consulterdetailbaremecollege/index.php index 58e2667..b0ceab9 100755 --- a/Vue/Consulterdetailbaremecollege/index.php +++ b/Vue/Consulterdetailbaremecollege/index.php @@ -1,3 +1,33 @@ + + titre = "INTER SANTE - Détail du Barème collège"; @@ -125,31 +155,3 @@ - -.btn-bareme { - display: flex; - width: 100%; - box-sizing: border-box; - justify-content: center; - align-items: center; - gap: 8px; - padding: 10px 20px; - background: #ffffff; - border: 1px solid #d0d0d0; - border-radius: 8px; - color: #1a1a1a; - font-size: 14px; - font-weight: 500; - text-decoration: none; - cursor: pointer; - transition: background 0.15s, border-color 0.15s, transform 0.1s; -} - -.btn-bareme:hover { - background: #f5f5f5; - border-color: #aaaaaa; -} - -.btn-bareme:active { - transform: scale(0.98); -}