From 5ee2decd18911eccc5f4dac251a30e6f24872780 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Wed, 24 Jan 2024 12:54:27 -0700 Subject: [PATCH] Add is-round styles --- less/gmcq.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/less/gmcq.less b/less/gmcq.less index 4434dc7..5cad793 100644 --- a/less/gmcq.less +++ b/less/gmcq.less @@ -65,6 +65,13 @@ display: none; } + // Round image option + &.is-round &__image-container { + display: block; + border-radius: 50%; + overflow: hidden; + } + // GMCQ item icons // -------------------------------------------------- &__answer-icon.is-radio .icon {