fix: Duplicate styles
This commit is contained in:
parent
9fc463393e
commit
167e35ae33
1 changed files with 2 additions and 12 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue