1.plugin_questionnaire { 2 3 .question { 4 margin-bottom: 1.5em; 5 6 label { 7 display: block; 8 margin-bottom: 0.5em; 9 margin-left: 1em; 10 } 11 12 textarea { 13 width: 90%; 14 height: 5em; 15 margin-bottom: 0.5em; 16 margin-left: 1em; 17 } 18 } 19 20 button, .button { 21 height: 2rem; 22 display: inline-flex; 23 margin: 1em; 24 padding: 0 1em; 25 justify-content: center; 26 align-items: center; 27 box-sizing: border-box; 28 } 29} 30