This commit is contained in:
armansansd 2022-04-27 13:46:59 +02:00
parent 7da0aec99a
commit dcd24a9cdf
4 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -31,11 +31,12 @@ article, .paragraph{
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
}
.block-region-bottom .prog-ressources-link{
&:hover{ &:hover{
color:black; color:black;
background: white; background: white;
} }
} }

View File

@ -620,7 +620,7 @@
font-style: italic; font-style: italic;
margin-bottom: 1rem; margin-bottom: 1rem;
//grid-row: 3; //grid-row: 3;
grid-row: auto / span 1; grid-row: auto / span 2;
grid-column: 4 / span 6; grid-column: 4 / span 6;
margin: 0; margin: 0;

View File

@ -623,7 +623,7 @@
} }
#node\:field_equipes{ #node\:field_equipes{
border-bottom: 3px dotted gray; border-bottom: 3px dotted gray;
padding: 0 0 1rem 0;
h2{ h2{
font-family: "trueno" !important; font-family: "trueno" !important;
font-size: $font-big; font-size: $font-big;
@ -633,7 +633,7 @@
display: grid; display: grid;
grid-template-columns: 95% 5%; grid-template-columns: 95% 5%;
align-content: center; align-content: center;
margin: 1rem 0; margin: 1rem 0 0 0;
} }
h2:after{ h2:after{