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

12345678910111213141516171819202122232425262728293031323334353637
  1. .security {
  2. &-dialog {
  3. color: #fff;
  4. font-size: 15px;
  5. line-height: 24px;
  6. &.password {
  7. display: flex;
  8. justify-content: space-between;
  9. align-items: center;
  10. &-actions {
  11. a {
  12. cursor: pointer;
  13. text-decoration: none;
  14. font-size: 14px;
  15. color: #6FB1EA;
  16. }
  17. & > :first-child:not(:last-child) {
  18. margin-right: 24px;
  19. }
  20. }
  21. }
  22. }
  23. }
  24. .new-toolbox .toolbox-content .toolbox-icon.security-toolbar-button,
  25. .new-toolbox .toolbox-content .toolbox-icon.toggled.security-toolbar-button {
  26. background: rgba(241, 173, 51, 0.7);
  27. border: 1px solid rgba(255, 255, 255, 0.4);
  28. &:hover {
  29. background: rgba(241, 173, 51, 0.7);
  30. border: 1px solid rgba(255, 255, 255, 0.4);
  31. }
  32. }