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.

_security.scss 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .security {
  2. &-dialog {
  3. color: #fff;
  4. font-size: 15px;
  5. line-height: 24px;
  6. &.password-section {
  7. display: flex;
  8. flex-direction: column;
  9. .description {
  10. font-size: 13px;
  11. }
  12. .password {
  13. align-items: center;
  14. display: flex;
  15. justify-content: space-between;
  16. margin-top: 15px;
  17. &-actions {
  18. a {
  19. cursor: pointer;
  20. text-decoration: none;
  21. font-size: 14px;
  22. color: #6FB1EA;
  23. }
  24. & > :first-child:not(:last-child) {
  25. margin-right: 24px;
  26. }
  27. }
  28. }
  29. }
  30. .separator-line {
  31. margin: 24px 0 24px -20px;
  32. padding: 0 20px;
  33. width: 100%;
  34. height: 1px;
  35. background: #5E6D7A;
  36. &:last-child {
  37. display: none;
  38. }
  39. }
  40. }
  41. }
  42. .new-toolbox .toolbox-content .toolbox-icon.toggled.security-toolbar-button {
  43. border-width: 0;
  44. &:not(:hover) {
  45. background: unset;
  46. }
  47. }