I am trying to add an image in front of a node prefix, but the SVG is really big, not resizing. Here is my code.
Code:
Читать далее...
Code:
Код:
&:before {
content: url('logos/nhl/svg/FLA_dark.svg');
padding-right: 10px;
vertical-align: middle;
width: 10px !important;
height: 20px !important;
max-width: 10px !important;
max-height: 20px !important;
}
Читать далее...