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. .password {
  10. align-items: center;
  11. display: flex;
  12. justify-content: space-between;
  13. margin-top: 15px;
  14. &-actions {
  15. a {
  16. cursor: pointer;
  17. text-decoration: none;
  18. font-size: 14px;
  19. color: #6FB1EA;
  20. }
  21. &>a+a {
  22. margin-left: 24px;
  23. }
  24. }
  25. }
  26. }
  27. &> :first-child:not(:last-child) {
  28. margin-right: 24px;
  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. }