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 727B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #e2ee-section {
  2. .title {
  3. font-weight: 700;
  4. }
  5. .description {
  6. font-size: 13px;
  7. margin: 15px 0;
  8. .read-more {
  9. cursor: pointer;
  10. opacity: .7;
  11. }
  12. }
  13. .key-field {
  14. align-items: center;
  15. display: flex;
  16. flex-direction: row;
  17. label {
  18. font-size: 14px;
  19. font-weight: 700;
  20. }
  21. input {
  22. background-color: inherit;
  23. border: none;
  24. color: inherit;
  25. flex: 1;
  26. padding: 0 5px;
  27. }
  28. a {
  29. color: #6FB1EA;
  30. cursor: pointer;
  31. font-size: 14px;
  32. text-decoration: none;
  33. }
  34. }
  35. }