diff --git a/front/style/home/personnal_space.css b/front/style/home/personnal_space.css index 4f0c67d..173098e 100644 --- a/front/style/home/personnal_space.css +++ b/front/style/home/personnal_space.css @@ -3,14 +3,14 @@ flex-direction: column; } -#titlePersonalSpace h2 { +#title-personal-space h2 { text-align: center; color: var(--main-contrast-color); /* font-family: Helvetica; font-weight: bold; */ } -#bodyPersonalSpace { +#body-personal-space { width: 95%; /* background-color: #ccc2b7; */ border: 3px var(--main-color) solid; @@ -18,7 +18,7 @@ align-self: center; } -#bodyPersonalSpace table { +#body-personal-space table { width: 100%; border-collapse: separate; border-spacing: 1em; @@ -26,7 +26,7 @@ overflow: hidden; } -#bodyPersonalSpace td { +#body-personal-space td { width: 80px !important; padding-bottom: 1%; padding-top: 1%; diff --git a/front/style/home/side_menu.css b/front/style/home/side_menu.css index 53fdb00..3a23947 100644 --- a/front/style/home/side_menu.css +++ b/front/style/home/side_menu.css @@ -1,6 +1,6 @@ @import url(../theme/dark.css); -#sideMenu { +#side-menu { background-color: var(--third-color); display: flex; flex-direction: column; @@ -8,21 +8,21 @@ overflow: hidden; } -#sideMenu h2 { +#side-menu h2 { display: inline-block; margin-right: 5%; } -#sideMenuContent { +#side-menu-content { width: 90%; } -.titreSideMenu { +.titre-side-menu { border-bottom: var(--main-color) solid 3px; width: 100%; margin-bottom: 3%; } -#sideMenu .title { +#side-menu .title { font-size: 12px; font-weight: bold; color: var(--main-contrast-color); @@ -38,7 +38,7 @@ border-radius: 100%; } -.buttonSideMenu { +.button-side-menu { /* border : black solid 1px; */ border-radius: 0.5cap; width: fit-content; @@ -47,7 +47,7 @@ overflow: hidden; } -.buttonSideMenu:hover { +.button-side-menu:hover { /* background-color: #c9d1e0; */ cursor: pointer; } diff --git a/front/style/template/header.css b/front/style/template/header.css index b2298c6..2ea8d2f 100644 --- a/front/style/template/header.css +++ b/front/style/template/header.css @@ -58,7 +58,7 @@ width: 100%; } -#IQBall { +#iqball { color: var(--accent-color); font-weight: bold; font-size: 45px; diff --git a/front/views/Home.tsx b/front/views/Home.tsx index 1f3599c..27f7656 100644 --- a/front/views/Home.tsx +++ b/front/views/Home.tsx @@ -75,11 +75,11 @@ function SideMenu({ }) { return (