26 lines
309 B
SCSS
26 lines
309 B
SCSS
.original-english {
|
|
border-top: 1px dashed $regal;
|
|
&.hidden {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.translated-cn {
|
|
em {
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
td, th {
|
|
> p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.about-cn-translation {
|
|
font-size: 16px;
|
|
h2 {
|
|
border-bottom: 1px solid $silver;
|
|
}
|
|
}
|