ReportContent.scss (503B)
1 .report-content-form { 2 width: 500px; 3 height: 270px; 4 box-shadow: var(--box-shadow-level-4); 5 border-radius: var(--border-radius-medium); 6 border: 1px solid var(--border-color); 7 /* stylelint-disable-next-line stylelint-plugin-mozilla/use-design-tokens */ 8 background-color: var(--newtab-background-color-secondary); 9 10 form { 11 height: 100%; 12 display: flex; 13 flex-direction: column; 14 15 moz-radio-group { 16 height: 100%; 17 } 18 } 19 20 &::backdrop { 21 background: $black-25; 22 } 23 }