1 .share-screen-warn-dialog { 2 font-size: 14px; 3 4 .separator-line { 5 margin: 24px 0 24px -20px; 6 padding: 0 20px; 7 width: 100%; 8 height: 1px; 9 background: #5E6D7A; 10 11 &:last-child { 12 display: none; 13 } 14 } 15 16 .header { 17 font-weight: 600; 18 } 19 20 .description { 21 margin-top: 16px; 22 } 23 }