選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_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. }