Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

_security.scss 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. }
  25. }
  26. }
  27. .separator-line {
  28. margin: 24px 0 24px -20px;
  29. padding: 0 20px;
  30. width: 100%;
  31. height: 1px;
  32. background: #5E6D7A;
  33. &:last-child {
  34. display: none;
  35. }
  36. }
  37. }
  38. }
  39. .new-toolbox .toolbox-content .toolbox-icon.toggled.security-toolbar-button {
  40. border-width: 0;
  41. &:not(:hover) {
  42. background: unset;
  43. }
  44. }