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