This commit is contained in:
parent
759ec43a17
commit
b1f6e1637d
@ -1673,13 +1673,18 @@ footer {
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: "trueno";
|
font-family: "trueno";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1rem;
|
||||||
font-size: 0.8rem;
|
font-size: 0.6rem;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
margin-top: 1rem; }
|
margin-top: 1rem; }
|
||||||
.about .views-row .views-field-view-node a {
|
.about .views-row .views-field-view-node a {
|
||||||
text-decoration: none; }
|
text-decoration: none; }
|
||||||
.about .views-row .views-field-view-node a:hover {
|
.about .views-row .views-field-view-node a:hover {
|
||||||
text-decoration: underline; }
|
text-decoration: underline; }
|
||||||
|
.about .views-row .views-field-view-node:hover {
|
||||||
|
color: black;
|
||||||
|
background: white; }
|
||||||
|
|
||||||
#home_blocks-block_3 {
|
#home_blocks-block_3 {
|
||||||
background: url(../images/motif_croix.svg);
|
background: url(../images/motif_croix.svg);
|
||||||
@ -1755,7 +1760,7 @@ footer {
|
|||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
#home_prog_container .views-row {
|
#home_prog_container .views-row {
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
min-height: 7rem;
|
min-height: 11rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -2290,9 +2295,13 @@ article p, .paragraph p {
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: "trueno";
|
font-family: "trueno";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1rem;
|
||||||
font-size: 0.8rem;
|
font-size: 0.45rem;
|
||||||
text-decoration: none; }
|
text-decoration: none;
|
||||||
|
text-transform: uppercase; }
|
||||||
|
.path-actus .content_container .layout__region--content .views-element-container footer a:hover {
|
||||||
|
color: black;
|
||||||
|
background: white; }
|
||||||
|
|
||||||
.path-actus .content_container .layout__region--content #actus_blocks-block_2 .programme-1 article {
|
.path-actus .content_container .layout__region--content #actus_blocks-block_2 .programme-1 article {
|
||||||
background: #4dabc1 !important; }
|
background: #4dabc1 !important; }
|
||||||
@ -2818,9 +2827,13 @@ article p, .paragraph p {
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: "trueno";
|
font-family: "trueno";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1rem;
|
||||||
font-size: 0.6rem;
|
font-size: 0.45rem;
|
||||||
text-decoration: none; }
|
text-decoration: none;
|
||||||
|
text-transform: uppercase; }
|
||||||
|
.page-node-type-programme .block-region-bottom footer a:hover {
|
||||||
|
color: black;
|
||||||
|
background: white; }
|
||||||
|
|
||||||
.path-archives .content_container > div > h2 {
|
.path-archives .content_container > div > h2 {
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
|
File diff suppressed because one or more lines are too long
@ -43,9 +43,15 @@
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: "trueno";
|
font-family: "trueno";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1rem;
|
||||||
font-size: 0.8rem;
|
font-size: $font-small;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
color:black;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -303,16 +303,21 @@
|
|||||||
color: white;
|
color: white;
|
||||||
font-family: "trueno";
|
font-family: "trueno";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1rem;
|
||||||
font-size: 0.8rem;
|
font-size: $font-normal;
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
&:hover{
|
&:hover{
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
&:hover{
|
||||||
|
color: black;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -415,7 +420,7 @@
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
.views-row{
|
.views-row{
|
||||||
background-clip: content-box;
|
background-clip: content-box;
|
||||||
min-height: 7rem;
|
min-height: 11rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: grid;
|
display: grid;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -498,9 +498,15 @@
|
|||||||
font-family: "trueno";
|
font-family: "trueno";
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
padding: .5rem 1.5rem;
|
padding: .5rem 1rem;
|
||||||
font-size: $font-normal;
|
font-size: $font-small;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
|
&:hover{
|
||||||
|
color:black;
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
3
web/themes/custom/popsu/sass/pages/_projet.scss
Normal file
3
web/themes/custom/popsu/sass/pages/_projet.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.page-node-type-projet{
|
||||||
|
|
||||||
|
}
|
@ -47,6 +47,5 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
|
@ -34,4 +34,5 @@
|
|||||||
@import "pages/archives";
|
@import "pages/archives";
|
||||||
@import "pages/node-evenement";
|
@import "pages/node-evenement";
|
||||||
@import "pages/themes";
|
@import "pages/themes";
|
||||||
|
@import "pages/projet";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user