|
@@ -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 {
|