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

30 lines
558 B
SCSS
Raw Normal View History

.original-english {
border-top: 1px dashed $regal;
&.hidden {
display: none !important;
}
}
2016-05-14 07:25:47 -04:00
td, th {
> p:last-child {
margin-bottom: 0;
}
}
2016-05-27 05:40:44 -04:00
.translated-cn {
em {
font-style: normal;
font-weight: bold;
}
}
.about-cn-translation {
font-size: 16px;
h2 {
border-bottom: 1px solid $silver;
}
}
body,.main-nav .main-nav-button {
font-family:"Microsoft YaHei",,"Microsoft JhengHei",,STHeiti,MingLiu, "Roboto","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande"!important;
}