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.

_e2ee.scss 370B

123456789101112131415161718192021
  1. #e2ee-section {
  2. display: flex;
  3. flex-direction: column;
  4. .description {
  5. font-size: 13px;
  6. margin: 15px 0;
  7. }
  8. .control-row {
  9. display: flex;
  10. flex-direction: row;
  11. justify-content: space-between;
  12. margin-top: 15px;
  13. label {
  14. font-size: 14px;
  15. font-weight: bold;
  16. }
  17. }
  18. }