|
|
@@ -29,7 +29,7 @@ body { |
|
|
-moz-user-drag: none; |
|
|
-moz-user-drag: none; |
|
|
-o-user-drag: none; |
|
|
-o-user-drag: none; |
|
|
pointer-events: none; |
|
|
pointer-events: none; |
|
|
transition: height 0.2s cubic-bezier(.1,.41,.18,.99), max-height 0.2s cubic-bezier(.1,.41,.18,.99); |
|
|
|
|
|
|
|
|
transition: left 0.2s cubic-bezier(.1,.41,.18,.99), top 0.2s cubic-bezier(.1,.41,.18,.99), height 0.2s cubic-bezier(.1,.41,.18,.99), max-height 0.2s cubic-bezier(.1,.41,.18,.99); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.entity-image { |
|
|
.entity-image { |
|
|
@@ -409,4 +409,8 @@ a { |
|
|
left: 50%; |
|
|
left: 50%; |
|
|
transform: translate(-50%, 0%); |
|
|
transform: translate(-50%, 0%); |
|
|
font-size: 20px; |
|
|
font-size: 20px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.no-transition { |
|
|
|
|
|
transition: 0s !important; |
|
|
} |
|
|
} |