2020-04-01 07:47:51 +00:00
|
|
|
.security {
|
|
|
|
&-dialog {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 24px;
|
2020-05-20 08:25:31 +00:00
|
|
|
|
|
|
|
&.password-section {
|
2020-04-01 07:47:51 +00:00
|
|
|
display: flex;
|
2020-05-20 08:25:31 +00:00
|
|
|
flex-direction: column;
|
|
|
|
|
2020-06-25 13:44:17 +00:00
|
|
|
.description {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2020-05-20 08:25:31 +00:00
|
|
|
.password {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 15px;
|
2020-04-01 07:47:51 +00:00
|
|
|
|
2020-05-20 08:25:31 +00:00
|
|
|
&-actions {
|
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #6FB1EA;
|
|
|
|
}
|
2020-07-10 10:41:17 +00:00
|
|
|
|
|
|
|
& > :first-child:not(:last-child) {
|
|
|
|
margin-right: 24px;
|
|
|
|
}
|
2020-04-01 07:47:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-05-20 08:25:31 +00:00
|
|
|
|
|
|
|
.separator-line {
|
|
|
|
margin: 24px 0 24px -20px;
|
|
|
|
padding: 0 20px;
|
|
|
|
width: 100%;
|
|
|
|
height: 1px;
|
|
|
|
background: #5E6D7A;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
2020-04-01 07:47:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-toolbox .toolbox-content .toolbox-icon.toggled.security-toolbar-button {
|
2020-06-17 09:17:58 +00:00
|
|
|
border-width: 0;
|
2020-04-01 07:47:51 +00:00
|
|
|
|
2020-06-17 09:17:58 +00:00
|
|
|
&:not(:hover) {
|
|
|
|
background: unset;
|
2020-04-01 07:47:51 +00:00
|
|
|
}
|
2020-05-20 08:25:31 +00:00
|
|
|
}
|