41 lines
727 B
SCSS
41 lines
727 B
SCSS
#e2ee-section {
|
|
.title {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.description {
|
|
font-size: 13px;
|
|
margin: 15px 0;
|
|
|
|
.read-more {
|
|
cursor: pointer;
|
|
opacity: .7;
|
|
}
|
|
}
|
|
|
|
.key-field {
|
|
align-items: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
label {
|
|
font-size: 14px;
|
|
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;
|
|
}
|
|
}
|
|
} |