From a5714314fa542cdc80aa2aff2e8f564e2b169fbb Mon Sep 17 00:00:00 2001 From: d_yanis Date: Mon, 11 Dec 2023 17:29:20 +0100 Subject: [PATCH] Add the display of tactic name --- front/style/home.css | 10 ++++++++++ front/style/home/global.css | 5 ----- front/style/home/tactic.css | 10 ---------- 3 files changed, 10 insertions(+), 15 deletions(-) create mode 100644 front/style/home.css delete mode 100644 front/style/home/global.css delete mode 100644 front/style/home/tactic.css diff --git a/front/style/home.css b/front/style/home.css new file mode 100644 index 0000000..e175e68 --- /dev/null +++ b/front/style/home.css @@ -0,0 +1,10 @@ +/* #header { + background-color: var(--white); + transition: box-shadow .3s linear; + outline: 0; + box-shadow: 0 10px 15px #00000026; +} */ + +#header { + +} \ No newline at end of file diff --git a/front/style/home/global.css b/front/style/home/global.css deleted file mode 100644 index f215ab7..0000000 --- a/front/style/home/global.css +++ /dev/null @@ -1,5 +0,0 @@ -#main { - margin-left:10%; - margin-right:10%; - background-color: grey; -} \ No newline at end of file diff --git a/front/style/home/tactic.css b/front/style/home/tactic.css deleted file mode 100644 index 7dea75e..0000000 --- a/front/style/home/tactic.css +++ /dev/null @@ -1,10 +0,0 @@ -#titreTactic { - background-color: red; - padding-right : 10px; - margin-top : 10px; -} - -#titreTactic h2 { - display: inline; - padding-right : 25px; -} \ No newline at end of file