added locomotive + family waggons icons
This commit is contained in:
30
index.css
30
index.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user