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;
|
||||
overflow: hidden;
|
||||
|
||||
*:not(canvas) {
|
||||
*:not(canvas, img) {
|
||||
z-index: map.get(hippie.$z-indexes, "content-bottom");
|
||||
position: relative;
|
||||
color: white;
|
||||
}
|
||||
|
||||
canvas {
|
||||
canvas, img {
|
||||
z-index: map.get(hippie.$z-indexes, "default");
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -133,7 +133,6 @@
|
|||
}
|
||||
|
||||
td {
|
||||
position: relative;
|
||||
height: 4em;
|
||||
vertical-align: top;
|
||||
|
||||
|
|
@ -143,15 +142,6 @@
|
|||
color: white;
|
||||
}
|
||||
|
||||
canvas {
|
||||
z-index: map.get(hippie.$z-indexes, "default");
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue