1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.vimvixen-settings-form { padding: 2px; textarea[name=json] { font-family: monospace; width: 100%; min-height: 64ex; resize: vertical; } fieldset { margin: 0; padding: 0; border: none; margin-top: 1rem; fieldset:first-of-type { margin-top: 1rem; } legend { font-size: 1.5rem; line-height: 1.5rem; font-weight: bold; } } }