diff --git a/src/components/atoms/LegacyButton/LegacyButton.css b/src/components/atoms/LegacyButton/LegacyButton.css index e69de29b..600c1454 100644 --- a/src/components/atoms/LegacyButton/LegacyButton.css +++ b/src/components/atoms/LegacyButton/LegacyButton.css @@ -0,0 +1,17 @@ +:host { + display: block; + height: 100%; + width: 100%; +} + +:host *:not(style) { + display: block; + height: 100%; + width: 100%; +} + +a { + display: block; + height: 100%; + width: 100%; +} diff --git a/src/components/atoms/LegacyIcon/LegacyIcon.css b/src/components/atoms/LegacyIcon/LegacyIcon.css index cf5cc2e5..3ba4be51 100644 --- a/src/components/atoms/LegacyIcon/LegacyIcon.css +++ b/src/components/atoms/LegacyIcon/LegacyIcon.css @@ -1,11 +1,23 @@ +:host { + display: block; + height: 100%; + width: 100%; +} + +:host *:not(style) { + display: block; + height: 100%; + width: 100%; +} + .icon-container { position: relative; } .ellipse-shadow { position: absolute; - bottom: 12px; - left: 12px; + bottom: 5%; + left: 5%; width: 100%; height: 100%; z-index: -1; @@ -25,7 +37,19 @@ align-items: center; } +.outline svg { + height: 100%; + width: 100%; +} + +.ellipse svg { + height: 100%; + width: 100%; +} + .icon svg { display: block; margin: auto; + width: 50%; + height: 50%; } diff --git a/src/components/atoms/LegacyIcon/LegacyIcon.js b/src/components/atoms/LegacyIcon/LegacyIcon.js index 44d7be7d..c61fd1b7 100644 --- a/src/components/atoms/LegacyIcon/LegacyIcon.js +++ b/src/components/atoms/LegacyIcon/LegacyIcon.js @@ -7,7 +7,7 @@ template.innerHTML = `