services menu icon added

This commit is contained in:
victorAnumudu
2023-08-15 09:42:46 +01:00
parent 048203399d
commit de5ea3ac0a
6 changed files with 22 additions and 5 deletions
+8
View File
@@ -2665,6 +2665,14 @@ p {
.service-details-sidebar .service-download-widget a {
padding: 13px 30px;
color: #505056;
display: flex;
align-items: center;
gap: '2px'
}
.service-details-sidebar .service-download-widget a img {
width: 25px;
height: 25px;
margin-right: 5px;
}
.service-details-sidebar .service-download-widget a:hover {
color: #4687ba;