.prosta-wrap {
|
background-color: var(--td-bg-color-fade);
|
/* border-radius: var(--td-border-radius); */
|
border-bottom-left-radius: var(--td-border-radius);
|
border-bottom-right-radius: var(--td-border-radius);
|
box-shadow: var(--td-shadow-4);
|
padding: var(--td-spacer);
|
/* margin-top: var(--td-spacer); */
|
color: var(--td-text-color-primary);
|
}
|
|
.prosta-abstract {
|
margin-top: var(--td-spacer);
|
font-size: var(--td-font-size-s);
|
color: var(--td-text-color-primary);
|
}
|
|
.prosta-item {
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
padding: 0;
|
}
|
|
.prosta-index {
|
display: inline-block;
|
/* background-color: var(--td-warning-color-6); */
|
color: var(--td-error-color);
|
text-align: center;
|
margin-right: 4px;
|
font-size: var(--td-font-size-base);
|
font-style: italic;
|
font-weight: 600;
|
}
|
.prosta-index::after {
|
content: '.';
|
}
|
|
.prosta-title {
|
font-size: var(--td-font-size-base);
|
font-weight: 600;
|
}
|
|
.prosta-num {
|
text-align: right;
|
font-size: var(--td-font-size-s);
|
}
|