[common-assets & openaire-theme | new-theme]: Moved css for class "view-more-less-link" from link.css to utils.css.

This commit is contained in:
Konstantina Galouni 2022-06-10 15:08:48 +03:00
parent 5e4caf5e78
commit 828b3c4973
1 changed files with 12 additions and 0 deletions

View File

@ -42,6 +42,18 @@
text-decoration: none !important;
}
.view-more-less-link::after {
font-family: "Material Icons";
content: "\e5cc"; /* chevron_right */
margin-left: 1px;
display: inline-block;
vertical-align: middle;
}
.view-more-less-link:hover::after, .view-more-less-link::after:hover{
text-decoration: none !important;
}
/*.custom-icon-button {*/
/* border-radius: 50%;*/
/* padding: 9px 10px;*/