diff --git a/components/SquareButton.vue b/components/SquareButton.vue index d63a8fb68..d9579f4bc 100644 --- a/components/SquareButton.vue +++ b/components/SquareButton.vue @@ -36,11 +36,11 @@ export default { text-decoration: none; } - img { + :slotted(img) { width: 1em; } - .fa-fw { + :slotted(.fa-fw) { position: relative; top: .2em; }