Skip to content

Commit

Permalink
style(modal): add double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Nov 6, 2023
1 parent 1d5929c commit ead88af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ $-modal-scrollable-cols-xsmall-mobile-fixed-column-padding-top: rem(90px);
}

.modal-scrollable-cols__preview {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALklEQVR4AdXPsQoAAASEYbz/syqLuomyi0n56rZ/OQYQtCC0dBCqeW0MO/zgdQLEyQ2Rj7XXawAAAABJRU5ErkJggg==');
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALklEQVR4AdXPsQoAAASEYbz/syqLuomyi0n56rZ/OQYQtCC0dBCqeW0MO/zgdQLEyQ2Rj7XXawAAAABJRU5ErkJggg==");

&.modal-scrollable-cols__fixed-column {
border-end-end-radius: sage-spacing(sm);
Expand Down

0 comments on commit ead88af

Please sign in to comment.