30 lines
466 B
CSS
30 lines
466 B
CSS
.e-name {
|
|
margin-bottom: 0.25rem;
|
|
font-size: 1.25rem;
|
|
font-weight: 500;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.e-email {
|
|
font-size: 0.75rem;
|
|
text-decoration: underline;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.e-title {
|
|
font-size: 0.875rem;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
|
|
.e-details .text-container label {
|
|
font-size: 0.8125rem;
|
|
line-height: 1rem;
|
|
}
|
|
|
|
.e-details .text-container {
|
|
font-size: 0.875rem;
|
|
line-height: 1.125rem;
|
|
white-space: nowrap;
|
|
}
|
|
|