You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_mute-dialog.scss 341B

12345678910111213141516171819
  1. .mute-dialog {
  2. .separator-line {
  3. margin: 24px 0 24px -20px;
  4. padding: 0 20px;
  5. width: 100%;
  6. height: 1px;
  7. background: #5E6D7A;
  8. }
  9. .control-row {
  10. display: flex;
  11. justify-content: space-between;
  12. margin-top: 15px;
  13. label {
  14. font-size: 14px;
  15. }
  16. }
  17. }