fix: Duplicate styles

This commit is contained in:
sthag 2026-04-05 12:17:17 +02:00
parent 9fc463393e
commit 167e35ae33

View file

@ -44,13 +44,13 @@
position: relative; position: relative;
overflow: hidden; overflow: hidden;
*:not(canvas) { *:not(canvas, img) {
z-index: map.get(hippie.$z-indexes, "content-bottom"); z-index: map.get(hippie.$z-indexes, "content-bottom");
position: relative; position: relative;
color: white; color: white;
} }
canvas { canvas, img {
z-index: map.get(hippie.$z-indexes, "default"); z-index: map.get(hippie.$z-indexes, "default");
position: absolute; position: absolute;
top: 0; top: 0;
@ -133,7 +133,6 @@
} }
td { td {
position: relative;
height: 4em; height: 4em;
vertical-align: top; vertical-align: top;
@ -143,15 +142,6 @@
color: white; color: white;
} }
canvas {
z-index: map.get(hippie.$z-indexes, "default");
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
&:last-child { &:last-child {
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;