diff --git a/src/components/AppIcon/AppIcon.css b/src/components/AppIcon/AppIcon.css index 27b58bc7a..b8075b0dc 100644 --- a/src/components/AppIcon/AppIcon.css +++ b/src/components/AppIcon/AppIcon.css @@ -72,21 +72,18 @@ /** * Sizes */ -.appIcon.large, .large .icon { height: 48px; min-width: 48px; width: 48px; } -.appIcon.medium, .medium .icon { width: 24px; min-width: 24px; height: 24px; } -.appIcon.small, .small .icon { width: 14px; min-width: 14px;