From d5f4c0a7fb0b1ddb43614e0301ef9c7f8a7e506b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 19 Sep 2023 20:13:04 +0200 Subject: [PATCH] wip #6295 @0.25 --- style/106-question-draganddrop.sass | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/style/106-question-draganddrop.sass b/style/106-question-draganddrop.sass index c744a64..0dcdb15 100644 --- a/style/106-question-draganddrop.sass +++ b/style/106-question-draganddrop.sass @@ -56,9 +56,25 @@ transition: all .3s +radius(8px) padding: 7px 8px - font-size: 14px + font-size: 12px margin-bottom: 8px + h4 + font-size: 1.25em + font-weight: 600 + max-height: 1.1em + overflow: hidden + text-align: left + + p + font-size: 1em + font-weight: 400 + max-height: 1em + overflow: hidden + text-align: left + white-space: pre-line + margin-top: 3px + &.active background-color: rgba(0, 0, 0, 0.25) @@ -91,13 +107,15 @@ +radius(16px) padding: 20px border: 2px solid transparent + font-size: 16px + overflow: hidden h4 - font-size: 20px + font-size: 1.25em font-weight: 600 p - font-size: 16px + font-size: 1em font-weight: 400 margin-top: 5px white-space: pre-line -- 2.39.5