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