2021-12-24 11:00:43 +01:00
|
|
|
---
|
|
|
|
|
# Ensure Jekyll converts this file.
|
2022-11-27 06:23:13 +01:00
|
|
|
|
|
|
|
|
symbols:
|
|
|
|
|
- 23F5
|
|
|
|
|
- 23F8
|
|
|
|
|
- 23F9
|
|
|
|
|
- 26F6
|
|
|
|
|
- 1F507
|
|
|
|
|
- 1F509
|
|
|
|
|
- 1F50A
|
2021-12-24 11:00:43 +01:00
|
|
|
---
|
|
|
|
|
|
2022-11-27 06:23:13 +01:00
|
|
|
@import "_base.scss";
|
|
|
|
|
|
|
|
|
|
.symbol {
|
|
|
|
|
background-position: center center;
|
|
|
|
|
background-size: contain;
|
|
|
|
|
color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{% for symbol in page.symbols %}.symbol[data-symbol="\{{symbol}}"] {
|
|
|
|
|
background-image: url("{{ "assets/symbols/u:symbol.svg" | replace_first: ":symbol", symbol | absolute_url }}");
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
{% endfor %}
|