change font card
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user