change font card

This commit is contained in:
2019-03-05 17:50:22 +01:00
parent 49bd1b7353
commit 776811b3db
8 changed files with 46 additions and 12 deletions
+1 -1
View File
@@ -1 +1 @@
{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214,"22-08-2018":440,"24-08-2018":273,"27-08-2018":358,"28-08-2018":82,"29-08-2018":155,"02-01-2019":39,"04-01-2019":43,"07-01-2019":398,"10-01-2019":186,"17-01-2019":202,"28-01-2019":15}
{"01-08-2018":19,"02-08-2018":424,"20-08-2018":112,"21-08-2018":214,"22-08-2018":440,"24-08-2018":273,"27-08-2018":358,"28-08-2018":82,"29-08-2018":155,"02-01-2019":39,"04-01-2019":43,"07-01-2019":398,"10-01-2019":186,"17-01-2019":202,"28-01-2019":15,"19-02-2019":1,"27-02-2019":8,"05-03-2019":35}
+1 -1
View File
@@ -1 +1 @@
{"08-2018":2077,"01-2019":883}
{"08-2018":2077,"01-2019":883,"02-2019":9,"03-2019":35}
+1 -1
View File
@@ -1 +1 @@
{"\/":1540,"\/projets":99,"\/news":389,"\/a-propros":75,"\/projets-n-1":1,"\/projets\/projets-n-1":679,"\/projets\/projet-n-2":55,"\/projets\/projets-n-2":6,"\/projets\/projets-n":23,"\/projets\/undercurrent":22,"\/publications":14,"\/contact":11,"\/projets\/fracking-futures":16,"\/projets\/when-the-future-was-about-fracking":25,"\/projets\/gone-with-the-wind":1,"\/projets\/radiant-tree":1,"\/projets\/air-deluxe":2,"\/projets\/laboratory-planet-i":1}
{"\/":1583,"\/projets":99,"\/news":389,"\/a-propros":75,"\/projets-n-1":1,"\/projets\/projets-n-1":679,"\/projets\/projet-n-2":55,"\/projets\/projets-n-2":6,"\/projets\/projets-n":23,"\/projets\/undercurrent":22,"\/publications":14,"\/contact":11,"\/projets\/fracking-futures":16,"\/projets\/when-the-future-was-about-fracking":25,"\/projets\/gone-with-the-wind":1,"\/projets\/radiant-tree":1,"\/projets\/air-deluxe":3,"\/projets\/laboratory-planet-i":1}
+1 -1
View File
@@ -1 +1 @@
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1548666596}
{"4b84b15bff6ee5796152495a230e45e3d7e947d9":1551804493}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+26 -3
View File
@@ -16,10 +16,33 @@
&:nth-child(3n+2){
margin: 0 5px;
}
.card-image{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
-webkit-transition: all 1s ease;
transition: all 1s ease;
}
.card-subtitle{
a{
padding: 0px 7px;
background-color: rgba(0, 255, 0,0.5);
}
}
.card-image:hover{
-webkit-transition: all 0.6s;
transition: all 0.6s;
background-color: rgb(0, 255, 0);
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
-webkit-transition: all 1s ease;
transition: all 1s ease;
// -webkit-transition: all 0.6s;
// transition: all 0.6s;
// background-color: rgb(0, 255, 0);
img{
-webkit-transition: all .6s;
transition: all .6s;
@@ -87,7 +87,12 @@ p{
#start{
.card-title{
line-height: 1.25;
line-height: 1.85rem;
h2{
a{
font-family: $roboto_regular;
}
}
}
}