page ressource + fix git

This commit is contained in:
armansansd 2021-06-28 20:52:02 +02:00
parent 91cb62aaf9
commit d99ee6164c
3 changed files with 16 additions and 9 deletions

View File

@ -1339,11 +1339,15 @@ footer {
text-align: center; } text-align: center; }
.path-centre-de-ressources { .path-centre-de-ressources {
background-color: #f2f6fc; } background-color: #f8f8fb; }
.path-centre-de-ressources .content_container > div > h2:first-child { .path-centre-de-ressources .content_container > div > h2:first-child {
text-align: center; } text-align: center;
background-color: #98d0d9;
padding: 1rem 0; }
.path-centre-de-ressources form { .path-centre-de-ressources form {
background-color: #98d0d9;
display: grid; display: grid;
padding: 0 0 5rem 0;
column-gap: 1rem; column-gap: 1rem;
grid-template-columns: calc(10% - 3em) repeat(4, 20%); } grid-template-columns: calc(10% - 3em) repeat(4, 20%); }
.path-centre-de-ressources form > div:first-child { .path-centre-de-ressources form > div:first-child {
@ -1360,7 +1364,7 @@ footer {
width: auto; width: auto;
width: 100%; width: 100%;
font-size: 0.6rem; font-size: 0.6rem;
padding: .3rem .1rem; padding: .3rem 1rem;
height: auto; } height: auto; }
.path-centre-de-ressources form div { .path-centre-de-ressources form div {
display: inline-block; display: inline-block;
@ -1372,7 +1376,7 @@ footer {
align-items: center; align-items: center;
column-gap: 1rem; } column-gap: 1rem; }
.path-centre-de-ressources form .form-actions input { .path-centre-de-ressources form .form-actions input {
background-color: white; background-color: transparent;
border: solid 1px black; border: solid 1px black;
box-shadow: none; } box-shadow: none; }
.path-centre-de-ressources .views-view-grid { .path-centre-de-ressources .views-view-grid {

File diff suppressed because one or more lines are too long

View File

@ -1,13 +1,17 @@
.path-centre-de-ressources{ .path-centre-de-ressources{
background-color: rgb(242, 246, 252); background-color: #f8f8fb;
.content_container{ .content_container{
&>div>h2:first-child{ &>div>h2:first-child{
text-align: center; text-align: center;
background-color: #98d0d9;
padding: 1rem 0;
} }
} }
form{ form{
background-color: #98d0d9;
display: grid; display: grid;
padding: 0 0 5rem 0;
column-gap: 1rem; column-gap: 1rem;
grid-template-columns: calc(10% - 3em) repeat(4, 20%); grid-template-columns: calc(10% - 3em) repeat(4, 20%);
&>div:first-child{ &>div:first-child{
@ -29,7 +33,7 @@
width: auto; width: auto;
width: 100%; width: 100%;
font-size: $font-normal; font-size: $font-normal;
padding: .3rem .1rem; padding: .3rem 1rem;
height: auto; height: auto;
} }
div{ div{
@ -44,10 +48,9 @@
align-items: center; align-items: center;
column-gap: 1rem; column-gap: 1rem;
input{ input{
background-color: white; background-color: transparent;
border: solid 1px black; border: solid 1px black;
box-shadow: none; box-shadow: none;
&:first-child{ &:first-child{
// margin-right: .5rem; // margin-right: .5rem;
} }