header screen big

This commit is contained in:
2024-06-18 13:07:41 +02:00
parent c107e38ca8
commit a668919637
155 changed files with 8528 additions and 185 deletions
@@ -0,0 +1,48 @@
form{
&.user-login-form{
padding: 2rem;
background: white;
width: 100%;
max-width: 300px;
margin: auto;
& > div {
&:not(:last-child){
margin-bottom: 2rem;
}
.js-form-required{
margin-bottom: 0;
font-family: 'Marianneregular';
}
label{
font-size: 0.9rem;
}
input{
border: 2px solid $color2;
border-radius: 10px;
padding: 0.5rem;
width: 100%;
&:focus{
border: 2px solid $color1;
border-radius: 10px!important;
padding: 0.5rem!important;
outline: none!important;
}
}
.description{
font-size: 0.6rem;
margin-top: 0.4rem;
font-family: 'Mariannelight';
}
}
#edit-actions{
display: flex;
input{
margin: auto;
background: white;
&:hover{
@include shadow;
}
}
}
}
}
@@ -0,0 +1,11 @@
// #block-colloque2024-local-tasks{
// ul{
// display: flex;
// margin-top: 2rem;
// margin-bottom: 0;
// padding: 0;
// li{
// margin: 0.5rem;
// }
// }
// }
@@ -0,0 +1,4 @@
#toolbar-administration{
z-index: 99999;
position: fixed;
}
@@ -0,0 +1,10 @@
@mixin shadow{
box-shadow: none;
transition: 0.3s transform ease, 0.3s box-shadow ease;
&:hover{
transform: scale(1.05);
box-shadow: 0px 0px 13px 0px $color2024;
transition: 0.3s transform ease, 0.3s box-shadow ease;
}
}
+125 -125
View File
@@ -40,16 +40,16 @@
}
.block-region-content{
display: grid;
grid-column: repeat(2, 1fr);
// display: grid;
// grid-column: repeat(2, 1fr);
@media(max-width: 891px){
display: flex;
flex-direction: column;
}
.block-views-blockhome-block-1{
grid-column: 1 /span 2;
grid-row: 1;
// grid-column: 1 /span 2;
// grid-row: 1;
margin-bottom: 2rem;
@media(max-width: 500px){
img{
@@ -61,141 +61,141 @@
// block Appel à candidature
.block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f{
/////////////// arrêt canndidatures phase 1
display: none !important;
///////////////
// /////////////// arrêt canndidatures phase 1
// // display: none !important;
// ///////////////
grid-column: 1;
grid-row: 2 /span 2;
width: 80%;
border: solid $yellow-puca 1px;
background-color: $white-button;
font-weight: 800;
padding: 2rem;
margin-right: 1rem;
@media(max-width: 891px){
margin-bottom: 1rem;
// margin: auto;
}
// grid-column: 1;
// grid-row: 2 /span 2;
// width: 80%;
// border: solid $yellow-puca 1px;
// background-color: $white-button;
// font-weight: 800;
// padding: 2rem;
// margin-right: 1rem;
// @media(max-width: 891px){
// margin-bottom: 1rem;
// // margin: auto;
// }
h2{
margin-top: 0;
margin-bottom: 0;
text-transform: lowercase;
font-weight: 900;
line-height: 1rem;
font-size:1.8rem ;
}
.field--name-field-description{
margin-top: 0;
font-size: 2.3rem !important;
line-height: 2.2rem;
p{
margin-top: 0.8rem;
}
}
.field--type-link{
padding: 0;
margin: 0;
border: none;
font-weight: 400;
background-color: inherit;
.field__item {
::after{
justify-self: unset;
padding-left: 1rem;
content: url(../images/noun-arrow-1569918.svg);
}
}
}
// h2{
// margin-top: 0;
// margin-bottom: 0;
// text-transform: lowercase;
// font-weight: 900;
// line-height: 1rem;
// font-size:1.8rem ;
// }
// .field--name-field-description{
// margin-top: 0;
// font-size: 2.3rem !important;
// line-height: 2.2rem;
// p{
// margin-top: 0.8rem;
// }
// }
// .field--type-link{
// padding: 0;
// margin: 0;
// border: none;
// font-weight: 400;
// background-color: inherit;
// .field__item {
// ::after{
// justify-self: unset;
// padding-left: 1rem;
// content: url(../images/noun-arrow-1569918.svg);
// }
// }
// }
}
.block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover{
background-color: $yellow-puca;
// }
// .block-block-content5ae07b35-3c0b-48f5-b51b-f0f0e4c1765f:hover{
// background-color: $yellow-puca;
.field--type-link{
.field__item {
::after{
justify-self: unset;
padding-left: 1rem;
content: url(../images/noun-arrow-1569918_hover.svg);
}
}
}
}
// .field--type-link{
// .field__item {
// ::after{
// justify-self: unset;
// padding-left: 1rem;
// content: url(../images/noun-arrow-1569918_hover.svg);
// }
// }
// }
// }
/// block télécharger le cahier des charges
.block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
// .block-block-content08189a6a-2ca1-42c3-a780-d7ad0c65619d{
/////////////// arrêt canndidatures phase 1
display: none !important;
///////////////
// /////////////// arrêt canndidatures phase 1
// // display: none !important;
// ///////////////
margin-bottom: 1rem;
grid-column: 2;
grid-row: 2;
width: 90%;
// height: fit-content;
display: flex;
justify-content: flex-end;
align-items: center;
@media(max-width: 891px){
width: 90%;
}
@media(max-width: 520px){
width: 100%;
}
.field--type-file{
width: 100%;
margin: 0;
@media(max-width: 891px){
width: 100%;
}
}
:hover{
background-color: $yellow-puca;
}
}
// margin-bottom: 1rem;
// grid-column: 2;
// grid-row: 2;
// width: 90%;
// // height: fit-content;
// display: flex;
// justify-content: flex-end;
// align-items: center;
// @media(max-width: 891px){
// width: 90%;
// }
// @media(max-width: 520px){
// width: 100%;
// }
// .field--type-file{
// width: 100%;
// margin: 0;
// @media(max-width: 891px){
// width: 100%;
// }
// }
// :hover{
// background-color: $yellow-puca;
// }
// }
/// block télécharger la fiche candidature
.block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
// /// block télécharger la fiche candidature
// .block-block-content259faa3e-f66e-4776-9f4e-9a3aa26e8252{
/////////////// arrêt canndidatures phase 1
display: none !important;
///////////////
// /////////////// arrêt canndidatures phase 1
// // display: none !important;
// ///////////////
grid-column: 2;
grid-row: 3;
width: 90%;
display: flex;
justify-content: flex-end;
align-items: center;
@media(max-width: 891px){
width: 90%;
}
@media(max-width: 520px){
width: 100%;
}
.field--type-file{
width: 100%;
margin: 0;
@media(max-width: 891px){
width: 100%;
}
}
:hover{
background-color: $yellow-puca;
}
}
.block-views-blockhome-block-2{
grid-column: 1 /span 2;
grid-row: 4;
margin-top: 2rem;
}
// grid-column: 2;
// grid-row: 3;
// width: 90%;
// display: flex;
// justify-content: flex-end;
// align-items: center;
// @media(max-width: 891px){
// width: 90%;
// }
// @media(max-width: 520px){
// width: 100%;
// }
// .field--type-file{
// width: 100%;
// margin: 0;
// @media(max-width: 891px){
// width: 100%;
// }
// }
// :hover{
// background-color: $yellow-puca;
// }
// }
// .block-views-blockhome-block-2{
// grid-column: 1 /span 2;
// grid-row: 4;
// margin-top: 2rem;
// }
}
}
@@ -51,22 +51,43 @@ header{
}
#block-reha-logoreha{
display: none;
// display: none;
grid-column: 2;
max-height: 90%;
// max-height: 80%;
height: $header-height;
padding-top: 20px;
.field--name-field-logo{
height: $header-height;
.field__item{
height: $header-height;
img{
height: 150px;
max-height:inherit;
width: fit-content;
}
}
}
}
#block-reha-navigationprincipale {
grid-column: 3 / span 5 ;
ul{
display: flex;
flex-direction: row;
justify-content: space-evenly;
a{
font-weight: 800;
&.is-active{
text-decoration: underline;
font-weight: 1000;
}
&:hover{
text-decoration: underline;
}
}
}
}
#block-reha-connexionutilisateur{
grid-column: 9;
display: flex;
@@ -382,7 +403,8 @@ header{
h2{
text-transform: lowercase;
display: inline-flex;
font-size: 1rem;
font-size: 0.001rem;
color: white;
@media (max-width:891px) {
font-size: 0rem;
color: white;