css timetable

This commit is contained in:
ouidade 2024-11-13 22:52:13 +01:00
parent fb8d6f645e
commit 57d908d243
3 changed files with 11 additions and 6 deletions

View File

@ -896,7 +896,7 @@ footer {
cursor: pointer;
background: transparent;
color: transparent;
top: -2rem;
top: 1rem;
-webkit-transform: translate(0, -1rem);
-ms-transform: translate(0, -1rem);
transform: translate(0, -1rem);
@ -1206,15 +1206,16 @@ footer {
}
#home .__container-deroulement .config_pages--type--deroulement {
height: fit-content;
margin-top: 3.5rem;
padding-top: 4rem;
padding-bottom: 3rem;
}
#home .__container-deroulement .config_pages--type--deroulement .field_field_title {
width: fit-content;
margin: auto;
padding-top: 4rem;
font-size: 1.7rem;
padding-left: 0.5rem;
width: fit-content;
font-family: "gilroy-semibold";
}
#home .__container-deroulement .config_pages--type--deroulement .field_field_phase {
height: 100%;

View File

@ -76,7 +76,7 @@ $slick-opacity-not-active: 0.25 !default;
cursor: pointer;
background: transparent;
color: transparent;
top: -2rem;
top: 1rem;
-webkit-transform: translate(0, -1rem);
-ms-transform: translate(0, -1rem);
transform: translate(0, -1rem);

View File

@ -17,14 +17,18 @@
.config_pages--type--deroulement{
height: fit-content;
margin-top: 3.5rem;
padding-top: 4rem;
padding-bottom: 3rem;
// padding-top: 3rem;
.field_field_title{
width: fit-content;
margin: auto;
padding-top: 4rem;
// margin-top: 3.5rem;
// padding-top: 4rem;
font-size: 1.7rem;
padding-left: 0.5rem;
width: fit-content;
font-family: "gilroy-semibold";
}
.field_field_phase{