2020-06-17 10:53:46 +00:00
|
|
|
#e2ee-section {
|
|
|
|
.title {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
2020-06-25 13:44:17 +00:00
|
|
|
font-size: 13px;
|
2020-06-17 10:53:46 +00:00
|
|
|
margin: 15px 0;
|
2020-06-25 13:44:17 +00:00
|
|
|
|
|
|
|
.read-more {
|
|
|
|
cursor: pointer;
|
|
|
|
opacity: .7;
|
|
|
|
}
|
2020-06-17 10:53:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.key-field {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
label {
|
2020-06-25 13:44:17 +00:00
|
|
|
font-size: 14px;
|
2020-06-17 10:53:46 +00:00
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
background-color: inherit;
|
|
|
|
border: none;
|
|
|
|
color: inherit;
|
|
|
|
flex: 1;
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #6FB1EA;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 14px;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|