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