mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fixed content menu and modal styles
This commit is contained in:
parent
90d7b94e7a
commit
91a9aed46a
@ -24,7 +24,7 @@
|
|||||||
>
|
>
|
||||||
<ds-menu :routes="routes">
|
<ds-menu :routes="routes">
|
||||||
<ds-menu-item
|
<ds-menu-item
|
||||||
slot="Navigation"
|
slot="menuitem"
|
||||||
slot-scope="item"
|
slot-scope="item"
|
||||||
:route="item.route"
|
:route="item.route"
|
||||||
:parents="item.parents"
|
:parents="item.parents"
|
||||||
|
|||||||
@ -91,12 +91,10 @@
|
|||||||
.ds-transition-modal-appear-enter-active {
|
.ds-transition-modal-appear-enter-active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: all 200ms $ease-out-bounce;
|
transition: all 200ms $ease-out-bounce;
|
||||||
transition-delay: 0;
|
|
||||||
transform: translate3d(-50%, -50%, 0) scale(1);
|
transform: translate3d(-50%, -50%, 0) scale(1);
|
||||||
}
|
}
|
||||||
.ds-transition-modal-appear-enter,
|
.ds-transition-modal-appear-enter,
|
||||||
.ds-transition-modal-appear-leave-active {
|
.ds-transition-modal-appear-leave-active {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition-delay: 0;
|
|
||||||
transform: translate3d(-50%, -50%, 0) scale(0.8);
|
transform: translate3d(-50%, -50%, 0) scale(0.8);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user