Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
removed the copied config
Browse files Browse the repository at this point in the history
  • Loading branch information
lowiebenoot committed Mar 3, 2017
1 parent d0469a5 commit c33800e
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions components/loadingMolecule/config.css
Original file line number Diff line number Diff line change
@@ -1,18 +1,3 @@
:root {
--menu-expand-duration: 0.3s;
--menu-fade-duration: 0.2s;
--menu-ripple-delay: 0.3s;
--menu-background-color: var(--color-white);
--menu-padding: calc(0.8 * var(--unit)) 0;
--menu-outline-border-radius: calc(0.2 * var(--unit));
--menu-item-hover-background: var(--palette-grey-200);
--menu-item-selected-background: transparent;
--menu-item-icon-font-size: calc(1.4 * var(--unit));
--menu-item-icon-size: calc(1.6 * var(--menu-item-icon-font-size));
--menu-item-height: calc(2.8 * var(--unit));
--menu-item-padding: calc(1.6 * var(--unit));
--menu-item-font-size: calc(1.6 * var(--unit));
--menu-divider-height: calc((2.8 / 4) * var(--unit));
--menu-icon-size: calc(2.3 * var(--unit));
--menu-icon-ripple-duration: 650ms;

}

0 comments on commit c33800e

Please sign in to comment.