[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:
parent
5e4caf5e78
commit
828b3c4973
|
@ -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;*/
|
||||
|
|
Loading…
Reference in New Issue