angular-cn/public/resources/css/_translate.scss

19 lines
214 B
SCSS
Raw Normal View History

.original-english {
border-top: 1px dashed $regal;
&.hidden {
display: none !important;
}
}
2016-05-14 07:27:44 -04:00
.translated-cn {
em {
font-style: normal;
}
}
2016-05-14 07:25:47 -04:00
td, th {
> p:last-child {
margin-bottom: 0;
}
}