Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
removes placeholder color vars
Browse files Browse the repository at this point in the history
  • Loading branch information
bduimstra committed Jun 3, 2020
1 parent 619bfec commit edcb78b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/components/Toggle/Toggle.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ $toggle-switch-border-radius: 5px;

$line-height: 3.5*$grid-size;

:root {
--color-foreground-inactive: grey;
--color-foreground-default: grey;
--color-accent: lightGrey;
--color-accent-foreground: darkBlue;

--color-accent-hover: grey;
}

.toggle {
@include md-box(inline-block, relative);
vertical-align: middle;
Expand Down

0 comments on commit edcb78b

Please sign in to comment.