updated style of download my cv button
This commit is contained in:
parent
6e6eddee3a
commit
891fe84af8
@ -711,9 +711,16 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
color: #fff;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
background: #ffb727;
|
border-color: #ffb727;
|
||||||
|
color: #ffb727;
|
||||||
|
transition: background-color 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn:hover {
|
||||||
|
transition: background-color, color, border-color;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #ffb727;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user