2020-06-17 10:53:46 +00:00
|
|
|
#e2ee-section {
|
2020-05-07 09:54:02 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2020-06-17 10:53:46 +00:00
|
|
|
|
|
|
|
.description {
|
2020-06-25 13:44:17 +00:00
|
|
|
font-size: 13px;
|
2020-06-17 10:53:46 +00:00
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
2020-05-07 09:54:02 +00:00
|
|
|
.control-row {
|
2020-06-17 10:53:46 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2020-05-07 09:54:02 +00:00
|
|
|
justify-content: space-between;
|
|
|
|
margin-top: 15px;
|
2020-06-17 10:53:46 +00:00
|
|
|
|
|
|
|
label {
|
2020-06-25 13:44:17 +00:00
|
|
|
font-size: 14px;
|
2020-05-07 09:54:02 +00:00
|
|
|
font-weight: bold;
|
2020-06-17 10:53:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|