From 5c3937798b9e49a802d554cae704b54eeae277aa Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 2 Feb 2023 15:46:08 -0500 Subject: [PATCH] Remove unused css. This reverts commit b0ff984f75a9ef78c87e6299e60b9e602f592daf. --- .../button-question/button-question.vue | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 4c60b0708..ec73b348b 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -255,22 +255,4 @@ export default { text-align: center; } } - -.vehicle-parts { - .question-text { - span { - font-size: 0.875rem; - text-align: left; - margin: 0 0 0.5rem 0; - } - } - .question-text { - margin: 0; - } - fieldset { - .ui-radio { - margin: 0; - } - } -}