| | |
| | | |
| | | li.el-menu-item.is-active { |
| | | border: 0px !important; |
| | | background: #3f51b5 !important; |
| | | background: rgba(1, 64, 112, 0.494) !important; |
| | | } |
| | | |
| | | li:hover { |
| | | border: 0px !important; |
| | | background: #3f51b5 !important; |
| | | background: #1A78C2 !important; |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | @keyframes dialog-fade-in { |
| | | 0% { |
| | | transform: scale(0.1) translate3d(0, -100%, 0); |
| | | transform: scale(0.1) translate3d(0, 0, 0); |
| | | opacity: 0; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | 100% { |
| | | transform: scale(0.1) translate3d(0, -100%, 0); |
| | | transform: scale(0.1) translate3d(0, 0, 0); |
| | | opacity: 0; |
| | | } |
| | | } |
| | | |
| | | @keyframes anim-open { |
| | | 0% { |
| | | transform: scale(0.1) translate3d(0, -100%, 0); |
| | | transform: scale(0.1) translate3d(0, 0%, 0); |
| | | opacity: 0; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | 100% { |
| | | transform: scale(0.1) translate3d(0, -100%, 0); |
| | | transform: scale(0.1) translate3d(0, 0%, 0); |
| | | opacity: 0; |
| | | } |
| | | } |