added locomotive + family waggons icons

This commit is contained in:
2024-04-10 19:21:04 +02:00
parent 95a95fc331
commit 89fee4daa6
2 changed files with 50 additions and 0 deletions

View File

@@ -212,6 +212,36 @@ body {
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.waggon.class-loc .class {
background-color: var(--fg);
mask-image: url("./icons/steam-locomotive.svg");
-webkit-mask-image: url("./icons/steam-locomotive.svg");
mask-size: contain;
-webkit-mask-size: contain;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-position: center;
width: 100%;
height: 100%;
}
.waggon.form-start_links.class-loc .class {
transform: scaleX(-1);
}
.waggon.class-familie .class {
background-color: var(--fg);
mask-image: url("./icons/sa-fa.svg");
-webkit-mask-image: url("./icons/sa-fa.svg");
mask-size: contain;
-webkit-mask-size: contain;
mask-repeat: no-repeat;
-webkit-mask-repeat: no-repeat;
mask-position: center;
-webkit-mask-position: center;
width: 100%;
height: 1em;
}
.waggon .services {
display: none;