// Copyright 2015-2018 Parity Technologies (UK) Ltd. // This file is part of Parity. // // SPDX-License-Identifier: BSD-3-Clause import { keyframes } from 'styled-components'; export const SlideLeftIn = keyframes` from { right: 100%; } to { right: 0px; } `;