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

@@ -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;
}