Skip to content

Commit

Permalink
Add is-round styles
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck committed Jan 24, 2024
1 parent 038cdf5 commit 5ee2dec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions less/gmcq.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5ee2dec

Please sign in to comment.