This commit is contained in:
@@ -43,9 +43,15 @@
|
||||
color: white;
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
padding: .5rem 1.5rem;
|
||||
font-size: 0.8rem;
|
||||
padding: .5rem 1rem;
|
||||
font-size: $font-small;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
||||
&:hover{
|
||||
color:black;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -303,16 +303,21 @@
|
||||
color: white;
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
padding: .5rem 1.5rem;
|
||||
font-size: 0.8rem;
|
||||
padding: .5rem 1rem;
|
||||
font-size: $font-normal;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
a{
|
||||
text-decoration: none;
|
||||
&:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
margin-top: 1rem;
|
||||
&:hover{
|
||||
color: black;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -415,7 +420,7 @@
|
||||
margin-top: 0;
|
||||
.views-row{
|
||||
background-clip: content-box;
|
||||
min-height: 7rem;
|
||||
min-height: 11rem;
|
||||
width: 100%;
|
||||
display: grid;
|
||||
align-items: center;
|
||||
|
@@ -498,9 +498,15 @@
|
||||
font-family: "trueno";
|
||||
font-weight: 500;
|
||||
|
||||
padding: .5rem 1.5rem;
|
||||
font-size: $font-normal;
|
||||
padding: .5rem 1rem;
|
||||
font-size: $font-small;
|
||||
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/node-evenement";
|
||||
@import "pages/themes";
|
||||
@import "pages/projet";
|
||||
|
||||
|
Reference in New Issue
Block a user