jiti-meet/css/modals/security/_security.scss

52 lines
1.1 KiB
SCSS
Raw Normal View History

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