56 lines
1.2 KiB
SCSS
56 lines
1.2 KiB
SCSS
.detail-page-content-supplemental-notes {
|
|
padding: 24px 15px 0;
|
|
|
|
.supplemental-notes-title {
|
|
overflow: hidden;
|
|
padding-bottom: 7px;
|
|
height: 24px;
|
|
color: #fff;
|
|
font-feature-settings: "liga" off, "clig" off;
|
|
text-overflow: ellipsis;
|
|
font-family: "PingFang SC";
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 600;
|
|
line-height: 24px; /* 150% */
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.supplemental-notes-content {
|
|
padding: 12px 0 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 6px;
|
|
|
|
&-tags {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
flex-wrap: wrap;
|
|
|
|
&-tag {
|
|
overflow: hidden;
|
|
color: #fff;
|
|
font-feature-settings: "liga" off, "clig" off;
|
|
text-overflow: ellipsis;
|
|
font-family: "PingFang SC";
|
|
font-size: 15px;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
line-height: 24px; /* 160% */
|
|
}
|
|
}
|
|
|
|
&-text {
|
|
overflow: hidden;
|
|
color: rgba(255, 255, 255, 0.65);
|
|
font-feature-settings: "liga" off, "clig" off;
|
|
font-family: "PingFang SC";
|
|
font-size: 15px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 24px; /* 160% */
|
|
}
|
|
}
|
|
}
|